Skip to content
Started by GitHub push by tircis
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
En attente du prochain exécuteur disponible
Running on local in /jenkins/work/agent-local/workspace/Stalactite pipeline
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision 791eab11f01f442ad7f8642af47e12a6f6c99e2f (refs/remotes/origin/master)
Commit message: "Adding support for element collection mapping in resolving mechanisms."
 > git rev-parse --resolve-git-dir /jenkins/work/agent-local/workspace/Stalactite pipeline/.git # timeout=10
 > git config remote.origin.url https://github.com/codefilarete/stalactite.git/ # timeout=10
Fetching upstream changes from https://github.com/codefilarete/stalactite.git/
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://github.com/codefilarete/stalactite.git/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 791eab11f01f442ad7f8642af47e12a6f6c99e2f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 791eab11f01f442ad7f8642af47e12a6f6c99e2f # timeout=10
 > git rev-list --no-walk 9a939e14c06aa7dc8903091feccf8182af6a95ee # timeout=10
[Pipeline] sh
+ mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Stalactite                                                         [pom]
[INFO] sql                                                                [jar]
[INFO] sql-adapter                                                        [pom]
[INFO] sql-hsqldb-adapter                                                 [jar]
[INFO] core                                                               [jar]
[INFO] core-adapter                                                       [pom]
[INFO] core-hsqldb-adapter                                                [jar]
[INFO] orm                                                                [jar]
[INFO] spring-integration                                                 [pom]
[INFO] spring-transaction                                                 [jar]
[INFO] spring-data                                                        [jar]
[INFO] spring-autoconfigure                                               [jar]
[INFO] sql-derby-adapter                                                  [jar]
[INFO] sql-h2-adapter                                                     [jar]
[INFO] sql-mariadb-adapter                                                [jar]
[INFO] sql-mysql-adapter                                                  [jar]
[INFO] sql-oracle-adapter                                                 [jar]
[INFO] sql-postgresql-adapter                                             [jar]
[INFO] sql-sqlite-adapter                                                 [jar]
[INFO] core-derby-adapter                                                 [jar]
[INFO] core-h2-adapter                                                    [jar]
[INFO] core-mariadb-adapter                                               [jar]
[INFO] core-mysql-adapter                                                 [jar]
[INFO] core-oracle-adapter                                                [jar]
[INFO] core-postgresql-adapter                                            [jar]
[INFO] core-sqlite-adapter                                                [jar]
[INFO] orm-adapter                                                        [pom]
[INFO] orm-derby-adapter                                                  [jar]
[INFO] orm-h2-adapter                                                     [jar]
[INFO] orm-hsqldb-adapter                                                 [jar]
[INFO] orm-mariadb-adapter                                                [jar]
[INFO] orm-mysql-adapter                                                  [jar]
[INFO] orm-oracle-adapter                                                 [jar]
[INFO] orm-postgresql-adapter                                             [jar]
[INFO] orm-sqlite-adapter                                                 [jar]
[INFO] orm-all-adapters                                                   [jar]
[INFO] 
[INFO] -----------------< org.codefilarete.stalactite:parent >-----------------
[INFO] Building Stalactite 3.0.0-SNAPSHOT                                [1/36]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ parent ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/target/jacoco.exec"
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ parent ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/parent/3.0.0-SNAPSHOT/parent-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.codefilarete.stalactite:sql >-------------------
[INFO] Building sql 3.0.0-SNAPSHOT                                       [2/36]
[INFO]   from sql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ sql ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 85 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/src/main/java/org/codefilarete/stalactite/sql/result/NoopResultSet.java: Some input files use or override a deprecated API.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/src/main/java/org/codefilarete/stalactite/sql/result/NoopResultSet.java: Recompile with -Xlint:deprecation for details.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/src/main/java/org/codefilarete/stalactite/sql/result/Accumulators.java: Some input files use unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/src/main/java/org/codefilarete/stalactite/sql/result/Accumulators.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ sql ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sql ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target/test-classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/src/test/java/org/codefilarete/stalactite/sql/statement/SQLStatementTest.java: Some input files use unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/src/test/java/org/codefilarete/stalactite/sql/statement/SQLStatementTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sql ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.sql.TransactionListenerCollectionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s - in org.codefilarete.stalactite.sql.TransactionListenerCollectionTest
[INFO] Running org.codefilarete.stalactite.sql.ClosedConnectionRetryerProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s - in org.codefilarete.stalactite.sql.ClosedConnectionRetryerProviderTest
[INFO] Running org.codefilarete.stalactite.sql.result.AccumulatorsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.codefilarete.stalactite.sql.result.AccumulatorsTest
[INFO] Running org.codefilarete.stalactite.sql.result.NoopResultSetTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.codefilarete.stalactite.sql.result.NoopResultSetTest
[INFO] Running org.codefilarete.stalactite.sql.result.NoopPreparedStatementTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.codefilarete.stalactite.sql.result.NoopPreparedStatementTest
[INFO] Running org.codefilarete.stalactite.sql.result.ColumnConsumerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.codefilarete.stalactite.sql.result.ColumnConsumerTest
[INFO] Running org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest
[INFO] Running org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest
[INFO] Running org.codefilarete.stalactite.sql.result.BeanRelationFixerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.codefilarete.stalactite.sql.result.BeanRelationFixerTest
[INFO] Running org.codefilarete.stalactite.sql.result.RowIteratorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.codefilarete.stalactite.sql.result.RowIteratorTest
[INFO] Running org.codefilarete.stalactite.sql.result.SimpleBeanCacheTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.sql.result.SimpleBeanCacheTest
[INFO] Running org.codefilarete.stalactite.sql.result.MultipleColumnsReaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.sql.result.MultipleColumnsReaderTest
[INFO] Running org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest
[INFO] Running org.codefilarete.stalactite.sql.statement.ReadOperationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.codefilarete.stalactite.sql.statement.ReadOperationTest
[INFO] Running org.codefilarete.stalactite.sql.statement.SQLStatementTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.codefilarete.stalactite.sql.statement.SQLStatementTest
[INFO] Running org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest
[INFO] Running org.codefilarete.stalactite.sql.statement.ExpandableSQLTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.codefilarete.stalactite.sql.statement.ExpandableSQLTest
[INFO] Running org.codefilarete.stalactite.sql.statement.SQLParameterParserTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.codefilarete.stalactite.sql.statement.SQLParameterParserTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.OrdinalEnumParameterBinderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.codefilarete.stalactite.sql.statement.binder.OrdinalEnumParameterBinderTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest
[INFO] Running org.codefilarete.stalactite.sql.statement.ExpandableStatementTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.codefilarete.stalactite.sql.statement.ExpandableStatementTest
[INFO] Running org.codefilarete.stalactite.sql.statement.WriteOperationTest
2026-05-19 05:30:42	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:42	TRACE	SQLOperation	insert into Toto(id, name) values(:id, :name) | {1={name=X-masked value-X, id=2}, 2={name=X-masked value-X, id=3}}
2026-05-19 05:30:42	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:42	TRACE	SQLOperation	insert into Toto(id, name) values(:id, :name) | {1={name=Tata, id=2}, 2={name=Toto, id=3}}
2026-05-19 05:30:42	TRACE	SQLOperation	insert into Toto(id, name) values(?, ?) | {1=1, 2=X-masked value-X}
2026-05-19 05:30:42	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:42	TRACE	SQLOperation	insert into Toto(id, name) values(?, ?) | {1={1=1, 2=tata}, 2={1=2, 2=toto}}
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.codefilarete.stalactite.sql.statement.WriteOperationTest
[INFO] Running org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest
[INFO] Running org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest
[INFO] Running org.codefilarete.stalactite.sql.TransactionListenerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.codefilarete.stalactite.sql.TransactionListenerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 167, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:2.6:jar (default-jar) @ sql ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target/stalactite-sql-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:2.6:test-jar (default) @ sql ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target/stalactite-sql-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target/jacoco.exec
[INFO] Analyzed bundle 'sql' with 122 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql/3.0.0-SNAPSHOT/sql-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target/stalactite-sql-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql/3.0.0-SNAPSHOT/sql-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target/stalactite-sql-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql/3.0.0-SNAPSHOT/sql-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --------------< org.codefilarete.stalactite:sql-adapter >---------------
[INFO] Building sql-adapter 3.0.0-SNAPSHOT                               [3/36]
[INFO]   from sql-adapter/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ sql-adapter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/target/stalactite-sql-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-adapter/3.0.0-SNAPSHOT/sql-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/target/stalactite-sql-adapter-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-adapter/3.0.0-SNAPSHOT/sql-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:sql-hsqldb-adapter >-----------
[INFO] Building sql-hsqldb-adapter 3.0.0-SNAPSHOT                        [4/36]
[INFO]   from sql-adapter/sql-hsqldb-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql-hsqldb-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql-hsqldb-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ sql-hsqldb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sql-hsqldb-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ sql-hsqldb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sql-hsqldb-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sql-hsqldb-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.sql.hsqldb.result.ResultSetIteratorHSQLDBTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 s - in org.codefilarete.stalactite.sql.hsqldb.result.ResultSetIteratorHSQLDBTest
[INFO] Running org.codefilarete.stalactite.sql.hsqldb.statement.binder.HSQLDBParameterBindersTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s - in org.codefilarete.stalactite.sql.hsqldb.statement.binder.HSQLDBParameterBindersTest
[INFO] Running org.codefilarete.stalactite.sql.hsqldb.statement.SQLOperationHSQLDBTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s - in org.codefilarete.stalactite.sql.hsqldb.statement.SQLOperationHSQLDBTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ sql-hsqldb-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target/stalactite-sql-hsqldb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ sql-hsqldb-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target/stalactite-sql-hsqldb-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql-hsqldb-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'sql-hsqldb-adapter' with 9 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql-hsqldb-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-hsqldb-adapter/3.0.0-SNAPSHOT/sql-hsqldb-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target/stalactite-sql-hsqldb-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-hsqldb-adapter/3.0.0-SNAPSHOT/sql-hsqldb-adapter-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target/stalactite-sql-hsqldb-adapter-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-hsqldb-adapter/3.0.0-SNAPSHOT/sql-hsqldb-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] ------------------< org.codefilarete.stalactite:core >------------------
[INFO] Building core 3.0.0-SNAPSHOT                                      [5/36]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/core/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 233 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core/src/main/java/org/codefilarete/stalactite/query/model/Criteria.java: Some input files use unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core/src/main/java/org/codefilarete/stalactite/query/model/Criteria.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 59 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core/target/test-classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core/src/test/java/org/codefilarete/stalactite/mapping/EmbeddedClassMappingTest.java: Some input files use unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core/src/test/java/org/codefilarete/stalactite/mapping/EmbeddedClassMappingTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.QueryMapperTest
2026-05-19 05:30:51	TRACE	SQLOperation	select id, name from Toto | {}
2026-05-19 05:30:51	TRACE	SQLOperation	select id, active from Toto | {}
2026-05-19 05:30:51	TRACE	SQLOperation	select id, name from Toto | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
2026-05-19 05:30:51	TRACE	SQLOperation	Whatever SQL ... it is not executed | {}
2026-05-19 05:30:51	TRACE	SQLOperation	Whatever SQL ... it is not executed | {}
2026-05-19 05:30:51	TRACE	SQLOperation	Whatever SQL ... it is not executed | {}
2026-05-19 05:30:51	TRACE	SQLOperation	Whatever SQL ... it is not executed | {}
2026-05-19 05:30:51	TRACE	SQLOperation	select id, name from Toto where id in (:id) | {id=[1, 2]}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
[INFO] Running org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator
2026-05-19 05:30:51	TRACE	SQLOperation	Whatever SQL ... it is not executed | {}
2026-05-19 05:30:51	TRACE	SQLOperation	never executed statement | {}
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 s - in org.codefilarete.stalactite.engine.QueryMapperTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SelectExecutorTest
2026-05-19 05:30:52	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[11, 13, 17]}
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[4, 5, 6], Toto.b=[23, 29, 31]}
2026-05-19 05:30:52	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=7}
2026-05-19 05:30:52	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?) | {Toto.a=[11, 13]}
2026-05-19 05:30:52	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?) | {Toto.a=[1, 2]}
2026-05-19 05:30:52	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[11, 13, 17], Toto.a=[1, 2, 3]}
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?)) | {Toto.b=[23, 29], Toto.a=[4, 5]}
2026-05-19 05:30:52	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[11, 13, 17]}
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[23, 29, 31]}
2026-05-19 05:30:52	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[11, 13, 17]}
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?) | {Toto.a=[23, 29]}
2026-05-19 05:30:52	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[11, 13, 17]}
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=23}
2026-05-19 05:30:52	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[11, 13, 17]}
2026-05-19 05:30:52	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.a=4, Toto.b=23}
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.codefilarete.stalactite.engine.runtime.SelectExecutorTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	update toto set c = ?, version = ? where version = ? and id = ? | {1={toto.c (U)=24, toto.version (U)=1, toto.version (W)=0, toto.id (W)=42}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=123, Toto.a (W)=1, Toto.b (U)=17}, 2={Toto.c (U)=31, Toto.a (W)=2, Toto.b (U)=129}, 3={Toto.c (U)=141, Toto.a (W)=3, Toto.b (U)=137}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=153, Toto.a (W)=4, Toto.b (U)=143}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=17, Toto.c (U)=23, Toto.a (W)=1}, 2={Toto.b (U)=29, Toto.c (U)=31, Toto.a (W)=2}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ? where a = ? | {1={Toto.b (U)=2, Toto.a (W)=1}, 2={Toto.b (U)=3, Toto.a (W)=2}, 3={Toto.b (U)=4, Toto.a (W)=3}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=2}, 2={Toto.a (W)=2, Toto.b (U)=3}, 3={Toto.a (W)=3, Toto.b (U)=4}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ? where a = ? | {1={Toto.a (W)=4, Toto.b (U)=5}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.c (U)=11, Toto.b (U)=11}, 2={Toto.a (W)=2, Toto.c (U)=22, Toto.b (U)=22}, 3={Toto.a (W)=3, Toto.c (U)=33, Toto.b (U)=33}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=4, Toto.c (U)=44, Toto.b (U)=44}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ? where a = ? | {1={Toto.b (U)=11, Toto.a (W)=1}, 2={Toto.b (U)=22, Toto.a (W)=2}, 3={Toto.b (U)=33, Toto.a (W)=3}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=444, Toto.b (U)=44, Toto.a (W)=4}, 2={Toto.c (U)=555, Toto.b (U)=55, Toto.a (W)=5}, 3={Toto.c (U)=666, Toto.b (U)=66, Toto.a (W)=6}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=23, Toto.a (W)=1, Toto.b (U)=17}, 2={Toto.c (U)=31, Toto.a (W)=2, Toto.b (U)=29}, 3={Toto.c (U)=41, Toto.a (W)=3, Toto.b (U)=37}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=53, Toto.a (W)=4, Toto.b (U)=43}}
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=7}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}, 2={Toto.a=2}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}, 2={Toto.a=2}, 3={Toto.a=3}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=4}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.b=[37, 17, 43], Toto.a=[3, 1, 4]}}
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?)) | {Toto.b=[59, 29], Toto.a=[5, 2]}
[2, 4, 6, 1, 3, 5, 2, 4, 1, 3]
[37, 17, 43, 3, 1, 4, 59, 29, 5, 2]
actualValuePairs : [{3, 37}, {1, 17}, {4, 43}, {5, 59}, {2, 29}]
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.a=[3, 5, 4], Toto.b=[37, 59, 43]}, 2={Toto.a=[3, 5, 4], Toto.b=[37, 59, 43]}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.b=[29, 37, 17], Toto.a=[2, 3, 1]}}
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?)) | {Toto.b=43, Toto.a=4}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a in (?, ?, ?) | {1={Toto.a=[1, 2, 3]}}
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=4}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a in (?, ?, ?) | {1={Toto.a=[1, 2, 3]}}
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a in (?, ?) | {Toto.a=[4, 5]}
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=7}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:52	TRACE	SQLOperation	delete from Toto where a in (?, ?, ?) | {1={Toto.a=[4, 5, 6]}, 2={Toto.a=[4, 5, 6]}}
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorTest
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:52	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.b=17, Toto.a=1, Toto.c=23}, 2={Toto.b=29, Toto.a=2, Toto.c=31}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	insert into toto(id, version) values (?, ?) | {1={toto.id=42, toto.version=1}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=23, Toto.a=1, Toto.b=17}, 2={Toto.c=31, Toto.a=2, Toto.b=29}, 3={Toto.c=41, Toto.a=3, Toto.b=37}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=53, Toto.a=4, Toto.b=43}}
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorTest$InsertExecutorTest_autoGenerateKeys
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:52	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=17, Toto.c=23}, 2={Toto.b=29, Toto.c=31}, 3={Toto.b=37, Toto.c=41}}
2026-05-19 05:30:52	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:52	TRACE	SQLOperation	insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=43, Toto.c=53}}
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorTest$InsertExecutorTest_autoGenerateKeys
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorTest
[INFO] Running org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest
[INFO] Running org.codefilarete.stalactite.engine.DialectBuilderTest
[INFO] Running org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions
2026-05-19 05:30:52	TRACE	SQLOperation	select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn LIKE 'x' | {}
2026-05-19 05:30:52	TRACE	SQLOperation	delete from dummyTable where dummyColumn LIKE ? | {1=x}
2026-05-19 05:30:52	TRACE	SQLOperation	select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn myOperator '42' | {}
2026-05-19 05:30:52	TRACE	SQLOperation	delete from dummyTable where dummyColumn myOperator ? | {1=42}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions
[INFO] Running org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.codefilarete.stalactite.engine.DialectBuilderTest
[INFO] Running org.codefilarete.stalactite.engine.PersisterRegistryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.codefilarete.stalactite.engine.PersisterRegistryTest
[INFO] Running org.codefilarete.stalactite.engine.BeanPersisterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.codefilarete.stalactite.engine.BeanPersisterTest
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextTest
2026-05-19 05:30:52	TRACE	SQLOperation	delete from toto where id = ? and name = ? | {1=42, 2=Hello world !}
2026-05-19 05:30:52	TRACE	SQLOperation	insert into toto(id, name) values (?, ?) | {toto.id=1, toto.name=Hello world !}
2026-05-19 05:30:52	TRACE	SQLOperation	update toto set id = ? | {1=1}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6f4249cb
2026-05-19 05:30:53	DEBUG	DDLDeployer	create table toto(id bigint, name varchar(255), primary key (id))
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@768511c3
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@36173114
2026-05-19 05:30:53	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3860542a
2026-05-19 05:30:53	TRACE	SQLOperation	insert into toto(id, name) values (?, ?) | {1={toto.name=Hello world !, toto.id=1}, 2={toto.name=Hello everybody !, toto.id=2}}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7e9bb52f
2026-05-19 05:30:53	TRACE	SQLOperation	select toto.id from toto | {}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@bfab0dc
2026-05-19 05:30:53	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@18a6451f
2026-05-19 05:30:53	TRACE	SQLOperation	update toto set name = ? where id = ? | {1={1=Hello world !, 2=2}}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7a77ff45
2026-05-19 05:30:53	TRACE	SQLOperation	select toto.name from toto | {}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7066b8e6
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@77d5a3ee
2026-05-19 05:30:53	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5b0d8236
2026-05-19 05:30:53	TRACE	SQLOperation	update toto set name = ? where id = ? | {1={1=Hello Jane !, 2=2}, 2={1=Hello Jane !, 2=2}}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1ee9a039
2026-05-19 05:30:53	TRACE	SQLOperation	select toto.name from toto | {}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@64992713
2026-05-19 05:30:53	DEBUG	DDLDeployer	create table toto(id bigint, name varchar(255), primary key (id))
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@35697f9e
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@29296e7
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6ae47c1e
2026-05-19 05:30:53	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@58e48d9
2026-05-19 05:30:53	TRACE	SQLOperation	insert into toto(id, name) values (?, ?) | {1={toto.name=Hello world !, toto.id=1}, 2={toto.name=Hello everybody !, toto.id=2}, 3={toto.name=Hello everyone !, toto.id=3}}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@539f0729
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6026c754
2026-05-19 05:30:53	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3d7c21b7
2026-05-19 05:30:53	TRACE	SQLOperation	delete from toto where name = ? | {1={1=Hello everybody !}, 2={1=Hello everybody !}}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3fb2306
2026-05-19 05:30:53	TRACE	SQLOperation	select toto.id from toto | {}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5dcf8b37
2026-05-19 05:30:53	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@58da1b27
2026-05-19 05:30:53	TRACE	SQLOperation	delete from toto where name = ? | {1={1=Hello everyone !}}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@154bc3cf
2026-05-19 05:30:53	TRACE	SQLOperation	select toto.id from toto | {}
2026-05-19 05:30:53	TRACE	SQLOperation	update toto set id = ? where id = ? | {1=42, 2=666}
2026-05-19 05:30:53	TRACE	SQLOperation	select count(*) as count from Toto | {}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@39e67fbc
2026-05-19 05:30:53	DEBUG	DDLDeployer	create table toto(id bigint, name varchar(255), primary key (id))
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1a596879
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@35ee7dc8
2026-05-19 05:30:53	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@33dbd53
2026-05-19 05:30:53	TRACE	SQLOperation	insert into toto(id, name) values (?, ?) | {1={toto.name=Hello world !, toto.id=1}, 2={toto.name=Hello everybody !, toto.id=2}}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@626db270
2026-05-19 05:30:53	TRACE	SQLOperation	select toto.id from toto | {}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@671f70bc
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@244ba147
2026-05-19 05:30:53	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6644b7b9
2026-05-19 05:30:53	TRACE	SQLOperation	insert into toto(id, name) values (?, ?) | {1={toto.name=Hello world !, toto.id=3}, 2={toto.name=Hello everybody !, toto.id=4}}
2026-05-19 05:30:53	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@376314dd
2026-05-19 05:30:53	TRACE	SQLOperation	select toto.id from toto | {}
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s - in org.codefilarete.stalactite.engine.PersistenceContextTest
[INFO] Running org.codefilarete.stalactite.engine.PersistExecutorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.codefilarete.stalactite.engine.PersistExecutorTest
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest
[INFO] Running org.codefilarete.stalactite.query.model.operator.TupleInTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.codefilarete.stalactite.query.model.operator.TupleInTest
[INFO] Running org.codefilarete.stalactite.query.model.UnionTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.codefilarete.stalactite.query.model.UnionTest
[INFO] Running org.codefilarete.stalactite.query.model.SelectTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.query.model.SelectTest
[INFO] Running org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest
[INFO] Running org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest
[INFO] Running org.codefilarete.stalactite.query.builder.StringSQLAppenderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.query.builder.StringSQLAppenderTest
[INFO] Running org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest
[INFO] Running org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest
[INFO] Running org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest
[INFO] Running org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest
[INFO] Running org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest
[INFO] Running org.codefilarete.stalactite.query.builder.FromSQLBuilderTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.codefilarete.stalactite.query.builder.FromSQLBuilderTest
[INFO] Running org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest
[INFO] Running org.codefilarete.stalactite.query.builder.PreparedSQLAppenderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.codefilarete.stalactite.query.builder.PreparedSQLAppenderTest
[INFO] Running org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.result.RowDecoderByColumnTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.codefilarete.stalactite.sql.result.RowDecoderByColumnTest
[INFO] Running org.codefilarete.stalactite.sql.result.ColumnedRowIteratorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.sql.result.ColumnedRowIteratorTest
[INFO] Running org.codefilarete.stalactite.sql.ddl.structure.TableTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.codefilarete.stalactite.sql.ddl.structure.TableTest
[INFO] Running org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest
[INFO] Running org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest
[INFO] Running org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest
[INFO] Running org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.ColumnBinderRegistryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.codefilarete.stalactite.sql.statement.binder.ColumnBinderRegistryTest
[INFO] Running org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest
[INFO] Running org.codefilarete.stalactite.sql.statement.DMLGeneratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.codefilarete.stalactite.sql.statement.DMLGeneratorTest
[INFO] Running org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest
[INFO] Running org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest
[INFO] Running org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest
[INFO] Running org.codefilarete.stalactite.mapping.ToBeanRowTransformerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.codefilarete.stalactite.mapping.ToBeanRowTransformerTest
[INFO] Running org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest
[INFO] Running org.codefilarete.stalactite.mapping.DefaultEntityMappingTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.codefilarete.stalactite.mapping.DefaultEntityMappingTest
[INFO] Running org.codefilarete.stalactite.mapping.ColumnedMapMappingTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.codefilarete.stalactite.mapping.ColumnedMapMappingTest
[INFO] Running org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest
[INFO] Running org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest
[INFO] Running org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest
[INFO] Running org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 497, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:2.6:jar (default-jar) @ core ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core/target/stalactite-core-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:2.6:test-jar (default) @ core ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core/target/stalactite-core-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/core/target/jacoco.exec
[INFO] Analyzed bundle 'core' with 306 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core/3.0.0-SNAPSHOT/core-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core/target/stalactite-core-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core/3.0.0-SNAPSHOT/core-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core/target/stalactite-core-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core/3.0.0-SNAPSHOT/core-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --------------< org.codefilarete.stalactite:core-adapter >--------------
[INFO] Building core-adapter 3.0.0-SNAPSHOT                              [6/36]
[INFO]   from core-adapter/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-adapter/3.0.0-SNAPSHOT/core-adapter-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.codefilarete.stalactite:core-hsqldb-adapter >-----------
[INFO] Building core-hsqldb-adapter 3.0.0-SNAPSHOT                       [7/36]
[INFO]   from core-adapter/core-hsqldb-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core-hsqldb-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core-hsqldb-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ core-hsqldb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ core-hsqldb-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ core-hsqldb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ core-hsqldb-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ core-hsqldb-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest
2026-05-19 05:30:56	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@126af200
2026-05-19 05:30:56	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@13edc1bc
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.name from Toto | {}
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id from Toto | {}
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1 | {}
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2 | {}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4b2af0eb
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@99774ec
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2aeb3f3b
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@13b5598b
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id in (:xx) | {xx=[1, 2]}
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.name = :xx | {xx=Hello}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@75d61b62
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:30:57	TRACE	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId | {}
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 s - in org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysHSQLDBTest
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4b3b2a4f
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, unique (a))
2026-05-19 05:30:57	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:30:57	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, default) | {1={Toto.c=23, Toto.b=17}, 2={Toto.c=31, Toto.b=29}, 3={Toto.c=41, Toto.b=37}}
2026-05-19 05:30:57	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:57	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, default) | {1={Toto.c=53, Toto.b=43}}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysHSQLDBTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2f006edf
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:30:57	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:30:57	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:30:57	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:30:57	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7c8cea05
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2026-05-19 05:30:57	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:30:57	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[10, 20, 30]}
2026-05-19 05:30:57	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.a=4, Toto.b=40}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7e4a6afd
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2026-05-19 05:30:57	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:30:57	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.b=[10, 20, 30], Tata.a=[1, 2, 3]}
2026-05-19 05:30:57	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.b=40, Tata.a=4}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest
[INFO] Running org.codefilarete.stalactite.engine.PersisterHSQLDBTest
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1488d1c
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:30:57	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:57	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2026-05-19 05:30:57	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@27563444
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:30:57	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:57	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?) | {1={Toto.a=1, Toto.b=10, Toto.c=100}}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@66be0e72
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:30:57	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:30:57	TRACE	SQLOperation	select c, b, a from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:30:57	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:30:57	TRACE	SQLOperation	select c, b, a from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@11ec699
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:30:57	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:57	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.b (U)=11, Toto.c (U)=111, Toto.a (W)=1}}
2026-05-19 05:30:57	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:57	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.b (U)=12, Toto.c (U)=122, Toto.a (W)=1}}
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5c94d4b8
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:30:57	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:57	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?) | {1={Toto.c=200, Toto.b=20, Toto.a=2}}
2026-05-19 05:30:57	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:30:57	TRACE	SQLOperation	select c, b, a from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:30:57	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:30:57	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.codefilarete.stalactite.engine.PersisterHSQLDBTest
[INFO] Running org.codefilarete.stalactite.sql.hsqldb.HSQLDBSequenceSelectBuilderTest
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2d0ce8a1
2026-05-19 05:30:57	DEBUG	DDLDeployer	create sequence my_sequence
2026-05-19 05:30:57	TRACE	SQLOperation	CALL NEXT VALUE FOR my_sequence | {}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.codefilarete.stalactite.sql.hsqldb.HSQLDBSequenceSelectBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.hsqldb.ddl.HSQLDBDDLTableGeneratorTest
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@eccaf1b
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), name varchar(255), unique (id))
2026-05-19 05:30:57	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2026-05-19 05:30:57	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2026-05-19 05:30:57	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2026-05-19 05:30:57	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.codefilarete.stalactite.sql.hsqldb.ddl.HSQLDBDDLTableGeneratorTest
[INFO] Running org.codefilarete.stalactite.sql.hsqldb.HSQLDBDialectResolverTest
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6c289070
2026-05-19 05:30:57	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4446e1d9
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.codefilarete.stalactite.sql.hsqldb.HSQLDBDialectResolverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ core-hsqldb-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/target/stalactite-core-hsqldb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core-hsqldb-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'core-hsqldb-adapter' with 11 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core-hsqldb-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-hsqldb-adapter/3.0.0-SNAPSHOT/core-hsqldb-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/target/stalactite-core-hsqldb-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-hsqldb-adapter/3.0.0-SNAPSHOT/core-hsqldb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------------< org.codefilarete.stalactite:orm >-------------------
[INFO] Building orm 3.0.0-SNAPSHOT                                       [8/36]
[INFO]   from orm/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 344 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/src/main/java/org/codefilarete/stalactite/engine/runtime/query/EntityCriteriaSupport.java: Some input files use unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/src/main/java/org/codefilarete/stalactite/engine/runtime/query/EntityCriteriaSupport.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 144 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target/test-classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/src/test/java/org/codefilarete/stalactite/id/Identified.java: Some input files use unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/src/test/java/org/codefilarete/stalactite/id/Identified.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportRelationMixTest
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table State add constraint FK_State_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@0, City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}, 2={City.countryId=o.c.s.i.PersistableIdentifier@0, City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into State(name, id, countryId) values (?, ?, ?) | {1={State.countryId=o.c.s.i.PersistableIdentifier@0, State.name=Isere, State.id=o.c.s.i.PersistableIdentifier@0}, 2={State.countryId=o.c.s.i.PersistableIdentifier@0, State.name=ain, State.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:12	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:12	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id, State.name as State_name, State.id as State_id from Country left outer join City as City on Country.id = City.countryId left outer join State as State on Country.id = State.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistedIdentifier@0, City.name (U)=changed, City.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistedIdentifier@0, City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	update State set name = ?, countryId = ? where id = ? | {1={State.countryId (U)=null, State.name (U)=ain, State.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	update State set name = ?, countryId = ? where id = ? | {1={State.countryId (U)=o.c.s.i.PersistedIdentifier@0, State.name (U)=changed, State.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into State(name, id, countryId) values (?, ?, ?) | {1={State.countryId=o.c.s.i.PersistedIdentifier@0, State.name=ardeche, State.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:12	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:12	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id, State.name as State_name, State.id as State_id from Country left outer join City as City on Country.id = City.countryId left outer join State as State on Country.id = State.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	TRACE	SQLOperation	select id from State where id = 1 | {}
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into Country(name, id, presidentId) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France, Country.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:12	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, president.name as president_name, president.id as president_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=New french president, Person.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Grenoble}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:12	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:12	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, president.name as president_name, president.id as president_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Country_ancientCities(country_id int not null, ancientCities_id int not null, idx integer, unique (country_id, ancientCities_id, idx))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Country_ancientCities add constraint FK_Country_ancientCities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Country_ancientCities add constraint FK_Country_ancientCities_ancientCities_id_City_id foreign key(ancientCities_id) references City(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table State add constraint FK_State_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into Country_ancientCities(idx, country_id, ancientCities_id) values (?, ?, ?) | {1={Country_ancientCities.country_id=o.c.s.i.PersistableIdentifier@0, Country_ancientCities.ancientCities_id=o.c.s.i.PersistableIdentifier@1, Country_ancientCities.idx=2}, 2={Country_ancientCities.country_id=o.c.s.i.PersistableIdentifier@0, Country_ancientCities.ancientCities_id=o.c.s.i.PersistableIdentifier@0, Country_ancientCities.idx=1}, 3={Country_ancientCities.country_id=o.c.s.i.PersistableIdentifier@0, Country_ancientCities.ancientCities_id=o.c.s.i.PersistableIdentifier@1, Country_ancientCities.idx=3}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into State(name, id, countryId) values (?, ?, ?) | {1={State.name=Isere, State.id=o.c.s.i.PersistableIdentifier@0, State.countryId=o.c.s.i.PersistableIdentifier@0}, 2={State.name=ain, State.id=o.c.s.i.PersistableIdentifier@1, State.countryId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:12	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_ancientCities.country_id as Country_ancientCities_country_id, Country_ancientCities.ancientCities_id as Country_ancientCities_ancientCities_id, Country_ancientCities.idx as Country_ancientCities_idx, State.name as State_name, State.id as State_id, Country_ancientCities_City.name as Country_ancientCities_City_name, Country_ancientCities_City.id as Country_ancientCities_City_id from Country left outer join Country_ancientCities as Country_ancientCities on Country.id = Country_ancientCities.country_id left outer join State as State on Country.id = State.countryId left outer join City as Country_ancientCities_City on Country_ancientCities.ancientCities_id = Country_ancientCities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=changed, City.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:12	TRACE	SQLOperation	delete from Country_ancientCities where country_id = ? and ancientCities_id = ? and idx = ? | {1={Country_ancientCities.country_id=o.c.s.i.PersistedIdentifier@0, Country_ancientCities.ancientCities_id=o.c.s.i.PersistableIdentifier@1, Country_ancientCities.idx=2}, 2={Country_ancientCities.country_id=o.c.s.i.PersistedIdentifier@0, Country_ancientCities.ancientCities_id=o.c.s.i.PersistableIdentifier@1, Country_ancientCities.idx=3}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into Country_ancientCities(idx, country_id, ancientCities_id) values (?, ?, ?) | {1={Country_ancientCities.country_id=o.c.s.i.PersistedIdentifier@0, Country_ancientCities.ancientCities_id=o.c.s.i.PersistableIdentifier@1, Country_ancientCities.idx=1}, 2={Country_ancientCities.country_id=o.c.s.i.PersistedIdentifier@0, Country_ancientCities.ancientCities_id=o.c.s.i.PersistableIdentifier@1, Country_ancientCities.idx=2}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	delete from Country_ancientCities where country_id = ? and ancientCities_id = ? and idx = ? | {1={Country_ancientCities.country_id=o.c.s.i.PersistedIdentifier@0, Country_ancientCities.ancientCities_id=o.c.s.i.PersistableIdentifier@0, Country_ancientCities.idx=1}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into Country_ancientCities(idx, country_id, ancientCities_id) values (?, ?, ?) | {1={Country_ancientCities.country_id=o.c.s.i.PersistedIdentifier@0, Country_ancientCities.ancientCities_id=o.c.s.i.PersistableIdentifier@2, Country_ancientCities.idx=3}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	update State set name = ?, countryId = ? where id = ? | {1={State.name (U)=ain, State.id (W)=o.c.s.i.PersistableIdentifier@1, State.countryId (U)=null}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	update State set name = ?, countryId = ? where id = ? | {1={State.name (U)=changed, State.id (W)=o.c.s.i.PersistableIdentifier@0, State.countryId (U)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:12	TRACE	SQLOperation	insert into State(name, id, countryId) values (?, ?, ?) | {1={State.name=ardeche, State.id=o.c.s.i.PersistableIdentifier@3, State.countryId=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:12	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:12	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_ancientCities.country_id as Country_ancientCities_country_id, Country_ancientCities.ancientCities_id as Country_ancientCities_ancientCities_id, Country_ancientCities.idx as Country_ancientCities_idx, State.name as State_name, State.id as State_id, Country_ancientCities_City.name as Country_ancientCities_City_name, Country_ancientCities_City.id as Country_ancientCities_City_id from Country left outer join Country_ancientCities as Country_ancientCities on Country.id = Country_ancientCities.country_id left outer join State as State on Country.id = State.countryId left outer join City as Country_ancientCities_City on Country_ancientCities.ancientCities_id = Country_ancientCities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:12	TRACE	SQLOperation	select id from State where id = 1 | {}
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportRelationMixTest$ConfigurationReuse_MappedSuperClassAndRelations
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportRelationMixTest$ConfigurationReuse_MappedSuperClassAndRelations
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.442 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportRelationMixTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Vehicle_wheels(vehicle_id int not null, wheels_serialNumber varchar(255) not null, unique (vehicle_id, wheels_serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Wheel(model varchar(255), serialNumber varchar(255) not null, unique (serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Vehicle_wheels add constraint FK_Vehicle_wheels_vehicle_id_Vehicle_id foreign key(vehicle_id) references Vehicle(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Vehicle_wheels add constraint FK_Vehicle_wheels_wheels_serialNumber_Wheel_serialNumber foreign key(wheels_serialNumber) references Wheel(serialNumber)
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Wheel(idx integer, model varchar(255), serialNumber varchar(255) not null, vehicleId int, unique (serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Wheel add constraint FK_Wheel_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Vehicle_wheels(car_id int not null, wheels_serialNumber varchar(255) not null, unique (car_id, wheels_serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Wheel(model varchar(255), serialNumber varchar(255) not null, unique (serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Vehicle_wheels add constraint FK_Vehicle_wheels_wheels_serialNumber_Wheel_serialNumber foreign key(wheels_serialNumber) references Wheel(serialNumber)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Vehicle_wheels add constraint FK_Vehicle_wheels_car_id_Car_id foreign key(car_id) references Car(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Wheel(idx integer, model varchar(255), serialNumber varchar(255) not null, vehicleId int, unique (serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Wheel add constraint FK_Wheel_vehicleId_Car_id foreign key(vehicleId) references Car(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Wheel(idx integer, model varchar(255), serialNumber varchar(255) not null, vehicleId int, unique (serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Wheel add constraint FK_Wheel_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Vehicle_wheels(car_id int not null, wheels_serialNumber varchar(255) not null, unique (car_id, wheels_serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Wheel(model varchar(255), serialNumber varchar(255) not null, unique (serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Vehicle_wheels add constraint FK_Vehicle_wheels_car_id_Car_id foreign key(car_id) references Car(id)
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Vehicle_wheels add constraint FK_Vehicle_wheels_wheels_serialNumber_Wheel_serialNumber foreign key(wheels_serialNumber) references Wheel(serialNumber)
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:12	DEBUG	DDLDeployer	create table Wheel(idx integer, model varchar(255), serialNumber varchar(255) not null, vehicleId int, unique (serialNumber))
2026-05-19 05:31:12	DEBUG	DDLDeployer	alter table Wheel add constraint FK_Wheel_vehicleId_Car_id foreign key(vehicleId) references Car(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(model, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.model=Renault, Vehicle.engineId=null, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.DTYPE=CAR}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber) values (?, ?) | {1={Wheel.model=null, Wheel.serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle_wheels(vehicle_id, wheels_serialNumber) values (?, ?) | {1={Vehicle_wheels.vehicle_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.engineId=null, Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicle.color=Color[rgb=42], Vehicle.DTYPE=TRUCK}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set model = ?, engineId = ? where id = ? | {1={Vehicle.model (U)=Peugeot, Vehicle.engineId (U)=null, Vehicle.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle_wheels where vehicle_id = ? and wheels_serialNumber = ? | {1={Vehicle_wheels.vehicle_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber) values (?, ?) | {1={Wheel.model=null, Wheel.serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle_wheels(vehicle_id, wheels_serialNumber) values (?, ?) | {1={Vehicle_wheels.vehicle_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set color = ?, engineId = ? where id = ? | {1={Vehicle.engineId (U)=null, Vehicle.id (W)=o.c.s.i.PersistableIdentifier@2, Vehicle.color (U)=Color[rgb=99]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle_wheels where vehicle_id = ? and wheels_serialNumber = ? | {1={Vehicle_wheels.vehicle_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle_wheels where vehicle_id = ? and wheels_serialNumber = ? | {1={Vehicle_wheels.vehicle_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id, Vehicle_wheels_Wheel.model as Vehicle_wheels_Wheel_model, Vehicle_wheels_Wheel.serialNumber as Vehicle_wheels_Wheel_serialNumber from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Vehicle_wheels as Vehicle_wheels on Vehicle.id = Vehicle_wheels.vehicle_id left outer join Wheel as Vehicle_wheels_Wheel on Vehicle_wheels.wheels_serialNumber = Vehicle_wheels_Wheel.serialNumber where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id, Vehicle_wheels_Wheel.model as Vehicle_wheels_Wheel_model, Vehicle_wheels_Wheel.serialNumber as Vehicle_wheels_Wheel_serialNumber from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Vehicle_wheels as Vehicle_wheels on Vehicle.id = Vehicle_wheels.vehicle_id left outer join Wheel as Vehicle_wheels_Wheel on Vehicle_wheels.wheels_serialNumber = Vehicle_wheels_Wheel.serialNumber where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id, Vehicle_wheels_Wheel.model as Vehicle_wheels_Wheel_model, Vehicle_wheels_Wheel.serialNumber as Vehicle_wheels_Wheel_serialNumber from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Vehicle_wheels as Vehicle_wheels on Vehicle.id = Vehicle_wheels.vehicle_id left outer join Wheel as Vehicle_wheels_Wheel on Vehicle_wheels.wheels_serialNumber = Vehicle_wheels_Wheel.serialNumber where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(model, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.engineId=null, Vehicle.model=Renault, Vehicle.DTYPE=CAR}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.serialNumber=XYZ-ABC-01, Wheel.idx=1, Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1, Wheel.model=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicle.engineId=null, Vehicle.color=Color[rgb=42], Vehicle.DTYPE=TRUCK}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set model = ?, engineId = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistableIdentifier@1, Vehicle.engineId (U)=null, Vehicle.model (U)=Peugeot}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.serialNumber (W)=XYZ-ABC-01, Wheel.idx (U)=null, Wheel.vehicleId (U)=null, Wheel.model (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.serialNumber=XYZ-ABC-02, Wheel.idx=1, Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1, Wheel.model=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set color = ?, engineId = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistableIdentifier@2, Vehicle.engineId (U)=null, Vehicle.color (U)=Color[rgb=99]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.serialNumber (W)=XYZ-ABC-02, Wheel.idx (U)=null, Wheel.vehicleId (U)=null, Wheel.model (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.serialNumber (W)=XYZ-ABC-02, Wheel.idx (U)=null, Wheel.vehicleId (U)=null, Wheel.model (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id, Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialNumber, Wheel.idx as Wheel_idx from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Wheel as Wheel on Vehicle.id = Wheel.vehicleId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id, Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialNumber, Wheel.idx as Wheel_idx from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Wheel as Wheel on Vehicle.id = Wheel.vehicleId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id, Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialNumber, Wheel.idx as Wheel_idx from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Wheel as Wheel on Vehicle.id = Wheel.vehicleId where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber) values (?, ?) | {1={Wheel.model=null, Wheel.serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle_wheels(car_id, wheels_serialNumber) values (?, ?) | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle_wheels where car_id = ? and wheels_serialNumber = ? | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber) values (?, ?) | {1={Wheel.model=null, Wheel.serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle_wheels(car_id, wheels_serialNumber) values (?, ?) | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.id (W)=o.c.s.i.PersistableIdentifier@2, Truck.color (U)=Color[rgb=99]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle_wheels where car_id = ? and wheels_serialNumber = ? | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle_wheels where car_id = ? and wheels_serialNumber = ? | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_Vehicle_wheels_Wheel.model as Car_Vehicle_wheels_Wheel_model, Car_Vehicle_wheels_Wheel.serialNumber as Car_Vehicle_wheels_Wheel_serialNumber from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Vehicle_wheels as Car_Vehicle_wheels on Car.id = Car_Vehicle_wheels.car_id left outer join Wheel as Car_Vehicle_wheels_Wheel on Car_Vehicle_wheels.wheels_serialNumber = Car_Vehicle_wheels_Wheel.serialNumber where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_Vehicle_wheels_Wheel.model as Car_Vehicle_wheels_Wheel_model, Car_Vehicle_wheels_Wheel.serialNumber as Car_Vehicle_wheels_Wheel_serialNumber from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Vehicle_wheels as Car_Vehicle_wheels on Car.id = Car_Vehicle_wheels.car_id left outer join Wheel as Car_Vehicle_wheels_Wheel on Car_Vehicle_wheels.wheels_serialNumber = Car_Vehicle_wheels_Wheel.serialNumber where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_Vehicle_wheels_Wheel.model as Car_Vehicle_wheels_Wheel_model, Car_Vehicle_wheels_Wheel.serialNumber as Car_Vehicle_wheels_Wheel_serialNumber from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Vehicle_wheels as Car_Vehicle_wheels on Car.id = Car_Vehicle_wheels.car_id left outer join Wheel as Car_Vehicle_wheels_Wheel on Car_Vehicle_wheels.wheels_serialNumber = Car_Vehicle_wheels_Wheel.serialNumber where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.idx=1, Wheel.model=null, Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1, Wheel.serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.idx (U)=null, Wheel.model (U)=null, Wheel.vehicleId (U)=null, Wheel.serialNumber (W)=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.idx=1, Wheel.model=null, Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1, Wheel.serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.id (W)=o.c.s.i.PersistableIdentifier@2, Truck.color (U)=Color[rgb=99]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.idx (U)=null, Wheel.model (U)=null, Wheel.vehicleId (U)=null, Wheel.serialNumber (W)=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.idx (U)=null, Wheel.model (U)=null, Wheel.vehicleId (U)=null, Wheel.serialNumber (W)=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_Wheel.model as Car_Wheel_model, Car_Wheel.serialNumber as Car_Wheel_serialNumber, Car_Wheel.idx as Car_Wheel_idx from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Wheel as Car_Wheel on Car.id = Car_Wheel.vehicleId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_Wheel.model as Car_Wheel_model, Car_Wheel.serialNumber as Car_Wheel_serialNumber, Car_Wheel.idx as Car_Wheel_idx from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Wheel as Car_Wheel on Car.id = Car_Wheel.vehicleId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_Wheel.model as Car_Wheel_model, Car_Wheel.serialNumber as Car_Wheel_serialNumber, Car_Wheel.idx as Car_Wheel_idx from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Wheel as Car_Wheel on Car.id = Car_Wheel.vehicleId where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.serialNumber=XYZ-ABC-01, Wheel.idx=1, Wheel.model=null, Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistableIdentifier@1, Car.model (U)=Peugeot}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.serialNumber (W)=XYZ-ABC-01, Wheel.idx (U)=null, Wheel.model (U)=null, Wheel.vehicleId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.serialNumber=XYZ-ABC-02, Wheel.idx=1, Wheel.model=null, Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.color (U)=Color[rgb=99], Truck.id (W)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.serialNumber (W)=XYZ-ABC-02, Wheel.idx (U)=null, Wheel.model (U)=null, Wheel.vehicleId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.serialNumber (W)=XYZ-ABC-02, Wheel.idx (U)=null, Wheel.model (U)=null, Wheel.vehicleId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialNumber, Wheel.idx as Wheel_idx from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Wheel as Wheel on Vehicle.id = Wheel.vehicleId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialNumber, Wheel.idx as Wheel_idx from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Wheel as Wheel on Vehicle.id = Wheel.vehicleId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialNumber, Wheel.idx as Wheel_idx from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Wheel as Wheel on Vehicle.id = Wheel.vehicleId where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber) values (?, ?) | {1={Wheel.model=null, Wheel.serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle_wheels(car_id, wheels_serialNumber) values (?, ?) | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle_wheels where car_id = ? and wheels_serialNumber = ? | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber) values (?, ?) | {1={Wheel.model=null, Wheel.serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle_wheels(car_id, wheels_serialNumber) values (?, ?) | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.id (W)=o.c.s.i.PersistableIdentifier@2, Truck.color (U)=Color[rgb=99]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle_wheels where car_id = ? and wheels_serialNumber = ? | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle_wheels where car_id = ? and wheels_serialNumber = ? | {1={Vehicle_wheels.car_id=o.c.s.i.PersistableIdentifier@1, Vehicle_wheels.wheels_serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@7c8962aa In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_Vehicle_wheels_Wheel.model as Car_Vehicle_wheels_Wheel_model, Car_Vehicle_wheels_Wheel.serialNumber as Car_Vehicle_wheels_Wheel_serialNumber from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Vehicle_wheels as Car_Vehicle_wheels on Car.id = Car_Vehicle_wheels.car_id left outer join Wheel as Car_Vehicle_wheels_Wheel on Car_Vehicle_wheels.wheels_serialNumber = Car_Vehicle_wheels_Wheel.serialNumber where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@7c8962aa In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_Vehicle_wheels_Wheel.model as Car_Vehicle_wheels_Wheel_model, Car_Vehicle_wheels_Wheel.serialNumber as Car_Vehicle_wheels_Wheel_serialNumber from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Vehicle_wheels as Car_Vehicle_wheels on Car.id = Car_Vehicle_wheels.car_id left outer join Wheel as Car_Vehicle_wheels_Wheel on Car_Vehicle_wheels.wheels_serialNumber = Car_Vehicle_wheels_Wheel.serialNumber where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@7c8962aa In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_Vehicle_wheels_Wheel.model as Car_Vehicle_wheels_Wheel_model, Car_Vehicle_wheels_Wheel.serialNumber as Car_Vehicle_wheels_Wheel_serialNumber from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Vehicle_wheels as Car_Vehicle_wheels on Car.id = Car_Vehicle_wheels.car_id left outer join Wheel as Car_Vehicle_wheels_Wheel on Car_Vehicle_wheels.wheels_serialNumber = Car_Vehicle_wheels_Wheel.serialNumber where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.idx=1, Wheel.serialNumber=XYZ-ABC-01, Wheel.model=null, Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.idx (U)=null, Wheel.serialNumber (W)=XYZ-ABC-01, Wheel.model (U)=null, Wheel.vehicleId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Wheel(model, serialNumber, vehicleId, idx) values (?, ?, ?, ?) | {1={Wheel.idx=1, Wheel.serialNumber=XYZ-ABC-02, Wheel.model=null, Wheel.vehicleId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.color (U)=Color[rgb=99], Truck.id (W)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.idx (U)=null, Wheel.serialNumber (W)=XYZ-ABC-02, Wheel.model (U)=null, Wheel.vehicleId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Wheel set model = ?, vehicleId = ?, idx = ? where serialNumber = ? | {1={Wheel.idx (U)=null, Wheel.serialNumber (W)=XYZ-ABC-02, Wheel.model (U)=null, Wheel.vehicleId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@714245ff In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_Wheel.model as Car_Wheel_model, Car_Wheel.serialNumber as Car_Wheel_serialNumber, Car_Wheel.idx as Car_Wheel_idx from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Wheel as Car_Wheel on Car.id = Car_Wheel.vehicleId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@714245ff In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_Wheel.model as Car_Wheel_model, Car_Wheel.serialNumber as Car_Wheel_serialNumber, Car_Wheel.idx as Car_Wheel_idx from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Wheel as Car_Wheel on Car.id = Car_Wheel.vehicleId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@714245ff In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_Wheel.model as Car_Wheel_model, Car_Wheel.serialNumber as Car_Wheel_serialNumber, Car_Wheel.idx as Car_Wheel_idx from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Wheel as Car_Wheel on Car.id = Car_Wheel.vehicleId where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Radio(model varchar(255), serialNumber varchar(255) not null, carId int, unique (serialNumber))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Radio add constraint FK_Radio_carId_Vehicle_id foreign key(carId) references Vehicle(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Radio(model varchar(255), serialNumber varchar(255) not null, carId int, unique (serialNumber))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Radio add constraint FK_Radio_carId_Car_id foreign key(carId) references Car(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Radio(model varchar(255), serialNumber varchar(255) not null, carId int, unique (serialNumber))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Radio add constraint FK_Radio_carId_Car_id foreign key(carId) references Car(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(model, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=CAR, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.engineId=null, Vehicle.model=Renault}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Radio(model, serialNumber, carId) values (?, ?, ?) | {1={Radio.model=null, Radio.carId=o.c.s.i.PersistableIdentifier@1, Radio.serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=TRUCK, Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicle.engineId=null, Vehicle.color=Color[rgb=42]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set model = ?, engineId = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistableIdentifier@1, Vehicle.engineId (U)=null, Vehicle.model (U)=Peugeot}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Radio(model, serialNumber, carId) values (?, ?, ?) | {1={Radio.model=null, Radio.carId=o.c.s.i.PersistableIdentifier@1, Radio.serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Radio set model = ?, carId = ? where serialNumber = ? | {1={Radio.model (U)=null, Radio.carId (U)=null, Radio.serialNumber (W)=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set color = ?, engineId = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistableIdentifier@2, Vehicle.engineId (U)=null, Vehicle.color (U)=Color[rgb=99]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Radio set model = ?, carId = ? where serialNumber = ? | {1={Radio.model (U)=null, Radio.carId (U)=null, Radio.serialNumber (W)=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Radio set model = ?, carId = ? where serialNumber = ? | {1={Radio.model (U)=null, Radio.carId (U)=null, Radio.serialNumber (W)=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id, radio.model as radio_model, radio.serialNumber as radio_serialNumber from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Radio as radio on Vehicle.id = radio.carId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id, radio.model as radio_model, radio.serialNumber as radio_serialNumber from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Radio as radio on Vehicle.id = radio.carId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id, radio.model as radio_model, radio.serialNumber as radio_serialNumber from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Radio as radio on Vehicle.id = radio.carId where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Radio(model, serialNumber, carId) values (?, ?, ?) | {1={Radio.carId=o.c.s.i.PersistableIdentifier@1, Radio.model=null, Radio.serialNumber=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Radio(model, serialNumber, carId) values (?, ?, ?) | {1={Radio.carId=o.c.s.i.PersistableIdentifier@1, Radio.model=null, Radio.serialNumber=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Radio set model = ?, carId = ? where serialNumber = ? | {1={Radio.carId (U)=null, Radio.model (U)=null, Radio.serialNumber (W)=XYZ-ABC-01}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.color (U)=Color[rgb=99], Truck.id (W)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Radio set model = ?, carId = ? where serialNumber = ? | {1={Radio.carId (U)=null, Radio.model (U)=null, Radio.serialNumber (W)=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Radio set model = ?, carId = ? where serialNumber = ? | {1={Radio.carId (U)=null, Radio.model (U)=null, Radio.serialNumber (W)=XYZ-ABC-02}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_radio.model as Car_radio_model, Car_radio.serialNumber as Car_radio_serialNumber from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Radio as Car_radio on Car.id = Car_radio.carId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_radio.model as Car_radio_model, Car_radio.serialNumber as Car_radio_serialNumber from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Radio as Car_radio on Car.id = Car_radio.carId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_radio.model as Car_radio_model, Car_radio.serialNumber as Car_radio_serialNumber from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Radio as Car_radio on Car.id = Car_radio.carId where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Radio(model, serialNumber, carId) values (?, ?, ?) | {1={Radio.model=null, Radio.serialNumber=XYZ-ABC-01, Radio.carId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Radio(model, serialNumber, carId) values (?, ?, ?) | {1={Radio.model=null, Radio.serialNumber=XYZ-ABC-02, Radio.carId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Radio set model = ?, carId = ? where serialNumber = ? | {1={Radio.model (U)=null, Radio.serialNumber (W)=XYZ-ABC-01, Radio.carId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.id (W)=o.c.s.i.PersistableIdentifier@2, Truck.color (U)=Color[rgb=99]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Radio set model = ?, carId = ? where serialNumber = ? | {1={Radio.model (U)=null, Radio.serialNumber (W)=XYZ-ABC-02, Radio.carId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Radio set model = ?, carId = ? where serialNumber = ? | {1={Radio.model (U)=null, Radio.serialNumber (W)=XYZ-ABC-02, Radio.carId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@f25634b In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_radio.model as Car_radio_model, Car_radio.serialNumber as Car_radio_serialNumber from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Radio as Car_radio on Car.id = Car_radio.carId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@f25634b In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_radio.model as Car_radio_model, Car_radio.serialNumber as Car_radio_serialNumber from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Radio as Car_radio on Car.id = Car_radio.carId where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@f25634b In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_radio.model as Car_radio_model, Car_radio.serialNumber as Car_radio_serialNumber from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Radio as Car_radio on Car.id = Car_radio.carId where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.name=null, Country.creationDate=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.modificationDate=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(barCount, name, id, DTYPE) values (?, ?, ?, ?) | {1={City.barCount=0, City.DTYPE=V, City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City.DTYPE as Country_cities_City_DTYPE, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	TRACE	SQLOperation	select City.barCount as City_barCount, City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Village
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set barCount = ?, name = ? where id = ? | {1={City.barCount (U)=51, City.name (U)=Grenoble, City.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(discotecCount, name, id, DTYPE) values (?, ?, ?, ?) | {1={City.DTYPE=T, City.discotecCount=123, City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City.DTYPE as Country_cities_City_DTYPE, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	TRACE	SQLOperation	select City.barCount as City_barCount, City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Village
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:13	TRACE	SQLOperation	select City.discotecCount as City_discotecCount, City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Town
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select Country_Id from Country_cities | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from City | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.modificationDate=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.name=null, Country.creationDate=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(barCount, name, id, DTYPE) values (?, ?, ?, ?) | {1={City.DTYPE=V, City.barCount=0, City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id, Country_cities_City.barCount as Country_cities_City_barCount, Country_cities_City.discotecCount as Country_cities_City_discotecCount, Country_cities_City.DTYPE as Country_cities_City_DTYPE from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set barCount = ?, name = ? where id = ? | {1={City.barCount (U)=51, City.name (U)=Grenoble, City.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(discotecCount, name, id, DTYPE) values (?, ?, ?, ?) | {1={City.DTYPE=T, City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@17, City.discotecCount=123}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id, Country_cities_City.barCount as Country_cities_City_barCount, Country_cities_City.discotecCount as Country_cities_City_discotecCount, Country_cities_City.DTYPE as Country_cities_City_DTYPE from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	TRACE	SQLOperation	select Country_Id from Country_cities | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from City | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, countryId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.name=null, Country.creationDate=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.modificationDate=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(barCount, name, id, DTYPE, countryId) values (?, ?, ?, ?, ?) | {1={City.DTYPE=V, City.id=o.c.s.i.PersistableIdentifier@42, City.barCount=0, City.name=Grenoble, City.countryId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.DTYPE as City_DTYPE, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	TRACE	SQLOperation	select City.barCount as City_barCount, City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Village
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set barCount = ?, name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@42, City.barCount (U)=51, City.countryId (U)=o.c.s.i.PersistableIdentifier@1, City.name (U)=Grenoble}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(discotecCount, name, id, DTYPE, countryId) values (?, ?, ?, ?, ?) | {1={City.DTYPE=T, City.id=o.c.s.i.PersistableIdentifier@17, City.discotecCount=123, City.name=Lyon, City.countryId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.DTYPE as City_DTYPE, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	TRACE	SQLOperation	select City.barCount as City_barCount, City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Village
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:13	TRACE	SQLOperation	select City.discotecCount as City_discotecCount, City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Town
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set discotecCount = ?, name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@17, City.discotecCount (U)=123, City.name (U)=Lyon, City.countryId (U)=null}}
2026-05-19 05:31:13	TRACE	SQLOperation	select CountryId from City | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set barCount = ?, name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@42, City.barCount (U)=51, City.name (U)=Grenoble, City.countryId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from City | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, countryId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.creationDate=null, Country.modificationDate=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(barCount, name, id, DTYPE, countryId) values (?, ?, ?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@1, City.DTYPE=V, City.name=Grenoble, City.barCount=0, City.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.name as City_name, City.id as City_id, City.barCount as City_barCount, City.discotecCount as City_discotecCount, City.DTYPE as City_DTYPE, City.countryId as City_countryId from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set barCount = ?, name = ?, countryId = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistableIdentifier@1, City.name (U)=Grenoble, City.barCount (U)=51, City.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(discotecCount, name, id, DTYPE, countryId) values (?, ?, ?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@1, City.discotecCount=123, City.DTYPE=T, City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.name as City_name, City.id as City_id, City.barCount as City_barCount, City.discotecCount as City_discotecCount, City.DTYPE as City_DTYPE, City.countryId as City_countryId from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set discotecCount = ?, name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.discotecCount (U)=123, City.name (U)=Lyon, City.id (W)=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	TRACE	SQLOperation	select CountryId from City | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set barCount = ?, name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Grenoble, City.barCount (U)=51, City.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from City | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1, Country.name=null, Country.creationDate=null, Country.modificationDate=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Village(barCount, id) values (?, ?) | {1={Village.barCount=0, Village.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City_Town.id as Country_cities_City_Town_id, Country_cities_City_Village.id as Country_cities_City_Village_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id left outer join Town as Country_cities_City_Town on Country_cities_City.id = Country_cities_City_Town.id left outer join Village as Country_cities_City_Village on Country_cities_City.id = Country_cities_City_Village.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND City.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select City.name as City_name, City.id as City_id, Town.discotecCount as Town_discotecCount, Town.id as Town_id, Village.barCount as Village_barCount, Village.id as Village_id from City left outer join Town as Town on City.id = Town.id left outer join Village as Village on City.id = Village.id where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Village
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Town(discotecCount, id) values (?, ?) | {1={Town.discotecCount=123, Town.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City_Town.id as Country_cities_City_Town_id, Country_cities_City_Village.id as Country_cities_City_Village_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id left outer join Town as Country_cities_City_Town on Country_cities_City.id = Country_cities_City_Town.id left outer join Village as Country_cities_City_Village on Country_cities_City.id = Country_cities_City_Village.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17, o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND City.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select City.name as City_name, City.id as City_id, Town.discotecCount as Town_discotecCount, Town.id as Town_id, Village.barCount as Village_barCount, Village.id as Village_id from City left outer join Town as Town on City.id = Town.id left outer join Village as Village on City.id = Village.id where City.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@17, 2=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Town
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Village
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	TRACE	SQLOperation	select Country_Id from Country_cities | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from City | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@42, City.name=Grenoble}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Village(barCount, id) values (?, ?) | {1={Village.barCount=0, Village.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id, Country_cities_City_Village.barCount as Country_cities_City_Village_barCount, Country_cities_City_Village.id as Country_cities_City_Village_id, Country_cities_City_Town.discotecCount as Country_cities_City_Town_discotecCount, Country_cities_City_Town.id as Country_cities_City_Town_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id left outer join Village as Country_cities_City_Village on Country_cities_City.id = Country_cities_City_Village.id left outer join Town as Country_cities_City_Town on Country_cities_City.id = Country_cities_City_Town.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@17, City.name=Lyon}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Town(discotecCount, id) values (?, ?) | {1={Town.discotecCount=123, Town.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id, Country_cities_City_Village.barCount as Country_cities_City_Village_barCount, Country_cities_City_Village.id as Country_cities_City_Village_id, Country_cities_City_Town.discotecCount as Country_cities_City_Town_discotecCount, Country_cities_City_Town.id as Country_cities_City_Town_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id left outer join Village as Country_cities_City_Village on Country_cities_City.id = Country_cities_City_Village.id left outer join Town as Country_cities_City_Town on Country_cities_City.id = Country_cities_City_Town.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select Country_Id from Country_cities | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from City | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.modificationDate=null, Country.creationDate=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@42, City.name=Grenoble, City.countryId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Village(barCount, id) values (?, ?) | {1={Village.barCount=0, Village.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City_Town.id as City_Town_id, City_Village.id as City_Village_id from Country left outer join City as City on Country.id = City.countryId left outer join Town as City_Town on City.id = City_Town.id left outer join Village as City_Village on City.id = City_Village.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND City.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select City.name as City_name, City.id as City_id, Town.discotecCount as Town_discotecCount, Town.id as Town_id, Village.barCount as Village_barCount, Village.id as Village_id from City left outer join Town as Town on City.id = Town.id left outer join Village as Village on City.id = Village.id where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Village
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@42, City.name (U)=Grenoble, City.countryId (U)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@17, City.name=Lyon, City.countryId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Town(discotecCount, id) values (?, ?) | {1={Town.discotecCount=123, Town.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City_Town.id as City_Town_id, City_Village.id as City_Village_id from Country left outer join City as City on Country.id = City.countryId left outer join Town as City_Town on City.id = City_Town.id left outer join Village as City_Village on City.id = City_Village.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17, o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND City.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select City.name as City_name, City.id as City_id, Town.discotecCount as Town_discotecCount, Town.id as Town_id, Village.barCount as Village_barCount, Village.id as Village_id from City left outer join Town as Town on City.id = Town.id left outer join Village as Village on City.id = Village.id where City.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@17, 2=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Town
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Village
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@17, City.name (U)=Lyon, City.countryId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Town set discotecCount = ? where id = ? | {1={Town.discotecCount (U)=123, Town.id (W)=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	TRACE	SQLOperation	select CountryId from City | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@42, City.name (U)=Grenoble, City.countryId (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from City | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.creationDate=null, Country.modificationDate=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@1, City.id=o.c.s.i.PersistableIdentifier@42, City.name=Grenoble}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Village(barCount, id) values (?, ?) | {1={Village.barCount=0, Village.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.name as City_name, City.id as City_id, City.countryId as City_countryId, City_Town.discotecCount as City_Town_discotecCount, City_Town.id as City_Town_id, City_Village.barCount as City_Village_barCount, City_Village.id as City_Village_id from Country left outer join City as City on Country.id = City.countryId left outer join Town as City_Town on City.id = City_Town.id left outer join Village as City_Village on City.id = City_Village.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistableIdentifier@1, City.id (W)=o.c.s.i.PersistedIdentifier@42, City.name (U)=Grenoble}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@1, City.id=o.c.s.i.PersistableIdentifier@17, City.name=Lyon}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Town(discotecCount, id) values (?, ?) | {1={Town.id=o.c.s.i.PersistableIdentifier@17, Town.discotecCount=123}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.name as City_name, City.id as City_id, City.countryId as City_countryId, City_Town.discotecCount as City_Town_discotecCount, City_Town.id as City_Town_id, City_Village.barCount as City_Village_barCount, City_Village.id as City_Village_id from Country left outer join City as City on Country.id = City.countryId left outer join Town as City_Town on City.id = City_Town.id left outer join Village as City_Village on City.id = City_Village.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@17, City.name (U)=Lyon}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Town set discotecCount = ? where id = ? | {1={Town.id (W)=o.c.s.i.PersistableIdentifier@17, Town.discotecCount (U)=123}}
2026-05-19 05:31:13	TRACE	SQLOperation	select CountryId from City | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@42, City.name (U)=Grenoble}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from City | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, name varchar(255), unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, name varchar(255), unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.creationDate=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.modificationDate=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Village(barCount, name, id) values (?, ?, ?) | {1={Village.barCount=0, Village.id=o.c.s.i.PersistableIdentifier@42, Village.name=Grenoble}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_Town.id as Country_cities_Town_id, Country_cities_Village.id as Country_cities_Village_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join Town as Country_cities_Town on Country_cities.cities_id = Country_cities_Town.id left outer join Village as Country_cities_Village on Country_cities.cities_id = Country_cities_Village.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@15d0cd8c In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select City.name as City_name, City.id as City_id, City.DISCRIMINATOR as City_DISCRIMINATOR, Town.discotecCount as Town_discotecCount, Town.name as Town_name, Town.id as Town_id, Village.barCount as Village_barCount, Village.name as Village_name, Village.id as Village_id from (select Town.name as name, Town.id as id, 'Town' as DISCRIMINATOR from Town union all select Village.name as name, Village.id as id, 'Village' as DISCRIMINATOR from Village) as City left outer join Town as Town on City.id = Town.id left outer join Village as Village on City.id = Village.id where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ?, name = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistedIdentifier@42, Village.name (U)=Grenoble}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Town(discotecCount, name, id) values (?, ?, ?) | {1={Town.id=o.c.s.i.PersistableIdentifier@17, Town.name=Lyon, Town.discotecCount=123}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_Town.id as Country_cities_Town_id, Country_cities_Village.id as Country_cities_Village_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join Town as Country_cities_Town on Country_cities.cities_id = Country_cities_Town.id left outer join Village as Country_cities_Village on Country_cities.cities_id = Country_cities_Village.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17, o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@15d0cd8c In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select City.name as City_name, City.id as City_id, City.DISCRIMINATOR as City_DISCRIMINATOR, Town.discotecCount as Town_discotecCount, Town.name as Town_name, Town.id as Town_id, Village.barCount as Village_barCount, Village.name as Village_name, Village.id as Village_id from (select Town.name as name, Town.id as id, 'Town' as DISCRIMINATOR from Town union all select Village.name as name, Village.id as id, 'Village' as DISCRIMINATOR from Village) as City left outer join Town as Town on City.id = Town.id left outer join Village as Village on City.id = Village.id where City.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@17, 2=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select Country_Id from Country_cities | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from Town union select * from Village | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, name varchar(255), unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, name varchar(255), unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.creationDate=null, Country.name=null, Country.modificationDate=null, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Village(barCount, name, id) values (?, ?, ?) | {1={Village.id=o.c.s.i.PersistableIdentifier@42, Village.barCount=0, Village.name=Grenoble}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City.clazz_ as Country_cities_City_clazz_, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id, Country_cities_City.barCount as Country_cities_City_barCount, Country_cities_City.discotecCount as Country_cities_City_discotecCount, Country_cities_City_Village.barCount as Country_cities_City_Village_barCount, Country_cities_City_Village.name as Country_cities_City_Village_name, Country_cities_City_Village.id as Country_cities_City_Village_id, Country_cities_City_Town.discotecCount as Country_cities_City_Town_discotecCount, Country_cities_City_Town.name as Country_cities_City_Town_name, Country_cities_City_Town.id as Country_cities_City_Town_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join (select 1 as clazz_, name, id, barCount as barCount, cast(null as integer) as discotecCount from Village union all select 2 as clazz_, name, id, cast(null as integer) as barCount, discotecCount as discotecCount from Town) as Country_cities_City on Country_cities.cities_id = Country_cities_City.id left outer join Village as Country_cities_City_Village on Country_cities_City.id = Country_cities_City_Village.id left outer join Town as Country_cities_City_Town on Country_cities_City.id = Country_cities_City_Town.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ?, name = ? where id = ? | {1={Village.id (W)=o.c.s.i.PersistedIdentifier@42, Village.barCount (U)=51, Village.name (U)=Grenoble}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Town(discotecCount, name, id) values (?, ?, ?) | {1={Town.discotecCount=123, Town.name=Lyon, Town.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Country_cities_City.clazz_ as Country_cities_City_clazz_, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id, Country_cities_City.barCount as Country_cities_City_barCount, Country_cities_City.discotecCount as Country_cities_City_discotecCount, Country_cities_City_Village.barCount as Country_cities_City_Village_barCount, Country_cities_City_Village.name as Country_cities_City_Village_name, Country_cities_City_Village.id as Country_cities_City_Village_id, Country_cities_City_Town.discotecCount as Country_cities_City_Town_discotecCount, Country_cities_City_Town.name as Country_cities_City_Town_name, Country_cities_City_Town.id as Country_cities_City_Town_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join (select 1 as clazz_, name, id, barCount as barCount, cast(null as integer) as discotecCount from Village union all select 2 as clazz_, name, id, cast(null as integer) as barCount, discotecCount as discotecCount from Town) as Country_cities_City on Country_cities.cities_id = Country_cities_City.id left outer join Village as Country_cities_City_Village on Country_cities_City.id = Country_cities_City_Village.id left outer join Town as Country_cities_City_Town on Country_cities_City.id = Country_cities_City_Town.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	TRACE	SQLOperation	select Country_Id from Country_cities | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from Town union select * from Village | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1, Country.modificationDate=null, Country.creationDate=null, Country.name=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Village(barCount, name, id, countryId) values (?, ?, ?, ?) | {1={Village.countryId=o.c.s.i.PersistableIdentifier@1, Village.id=o.c.s.i.PersistableIdentifier@42, Village.name=Grenoble, Village.barCount=0}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Town.id as Town_id, Village.id as Village_id from Country left outer join Town as Town on Country.id = Town.countryId left outer join Village as Village on Country.id = Village.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@13d98e0 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select City.name as City_name, City.id as City_id, City.DISCRIMINATOR as City_DISCRIMINATOR, Town.discotecCount as Town_discotecCount, Town.name as Town_name, Town.id as Town_id, Village.barCount as Village_barCount, Village.name as Village_name, Village.id as Village_id from (select Town.name as name, Town.id as id, 'Town' as DISCRIMINATOR from Town union all select Village.name as name, Village.id as id, 'Village' as DISCRIMINATOR from Village) as City left outer join Town as Town on City.id = Town.id left outer join Village as Village on City.id = Village.id where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ?, name = ?, countryId = ? where id = ? | {1={Village.countryId (U)=o.c.s.i.PersistableIdentifier@1, Village.id (W)=o.c.s.i.PersistedIdentifier@42, Village.name (U)=Grenoble, Village.barCount (U)=51}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Town(discotecCount, name, id, countryId) values (?, ?, ?, ?) | {1={Town.name=Lyon, Town.id=o.c.s.i.PersistableIdentifier@17, Town.discotecCount=123, Town.countryId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Town.id as Town_id, Village.id as Village_id from Country left outer join Town as Town on Country.id = Town.countryId left outer join Village as Village on Country.id = Village.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17, o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@13d98e0 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select City.name as City_name, City.id as City_id, City.DISCRIMINATOR as City_DISCRIMINATOR, Town.discotecCount as Town_discotecCount, Town.name as Town_name, Town.id as Town_id, Village.barCount as Village_barCount, Village.name as Village_name, Village.id as Village_id from (select Town.name as name, Town.id as id, 'Town' as DISCRIMINATOR from Town union all select Village.name as name, Village.id as id, 'Village' as DISCRIMINATOR from Village) as City left outer join Town as Town on City.id = Town.id left outer join Village as Village on City.id = Village.id where City.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@17, 2=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Town set discotecCount = ?, name = ?, countryId = ? where id = ? | {1={Town.name (U)=Lyon, Town.id (W)=o.c.s.i.PersistableIdentifier@17, Town.discotecCount (U)=123, Town.countryId (U)=null}}
2026-05-19 05:31:13	TRACE	SQLOperation	select CountryId from Town union all select CountryId from Village | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ?, name = ?, countryId = ? where id = ? | {1={Village.countryId (U)=null, Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.name (U)=Grenoble, Village.barCount (U)=51}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from Town union select * from Village | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.creationDate=null, Country.modificationDate=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Village(barCount, name, id, countryId) values (?, ?, ?, ?) | {1={Village.name=Grenoble, Village.countryId=o.c.s.i.PersistableIdentifier@1, Village.barCount=0, Village.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.clazz_ as City_clazz_, City.name as City_name, City.id as City_id, City.countryId as City_countryId, City.barCount as City_barCount, City.discotecCount as City_discotecCount, City_Village.barCount as City_Village_barCount, City_Village.name as City_Village_name, City_Village.countryId as City_Village_countryId, City_Village.id as City_Village_id, City_Town.discotecCount as City_Town_discotecCount, City_Town.name as City_Town_name, City_Town.countryId as City_Town_countryId, City_Town.id as City_Town_id from Country left outer join (select 1 as clazz_, name, id, countryId, barCount as barCount, cast(null as integer) as discotecCount from Village union all select 2 as clazz_, name, id, countryId, cast(null as integer) as barCount, discotecCount as discotecCount from Town) as City on Country.id = City.countryId left outer join Village as City_Village on City.id = City_Village.id left outer join Town as City_Town on City.id = City_Town.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ?, name = ?, countryId = ? where id = ? | {1={Village.name (U)=Grenoble, Village.countryId (U)=o.c.s.i.PersistableIdentifier@1, Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Town(discotecCount, name, id, countryId) values (?, ?, ?, ?) | {1={Town.countryId=o.c.s.i.PersistableIdentifier@1, Town.name=Lyon, Town.discotecCount=123, Town.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.clazz_ as City_clazz_, City.name as City_name, City.id as City_id, City.countryId as City_countryId, City.barCount as City_barCount, City.discotecCount as City_discotecCount, City_Village.barCount as City_Village_barCount, City_Village.name as City_Village_name, City_Village.countryId as City_Village_countryId, City_Village.id as City_Village_id, City_Town.discotecCount as City_Town_discotecCount, City_Town.name as City_Town_name, City_Town.countryId as City_Town_countryId, City_Town.id as City_Town_id from Country left outer join (select 1 as clazz_, name, id, countryId, barCount as barCount, cast(null as integer) as discotecCount from Village union all select 2 as clazz_, name, id, countryId, cast(null as integer) as barCount, discotecCount as discotecCount from Town) as City on Country.id = City.countryId left outer join Village as City_Village on City.id = City_Village.id left outer join Town as City_Town on City.id = City_Town.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Town set discotecCount = ?, name = ?, countryId = ? where id = ? | {1={Town.countryId (U)=null, Town.name (U)=Lyon, Town.discotecCount (U)=123, Town.id (W)=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	TRACE	SQLOperation	select CountryId from Town union all select CountryId from Village | {}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Village set barCount = ?, name = ?, countryId = ? where id = ? | {1={Village.name (U)=Grenoble, Village.countryId (U)=null, Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	TRACE	SQLOperation	select * from Town union select * from Village | {}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id) values (?, ?, ?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1, Person.modificationDate=null, Person.creationDate=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE, ownerId) values (?, ?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@42, Vehicle.color=Color[rgb=17], Vehicle.DTYPE=C, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ? where id = ? | {1={Person.name (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026}}
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set color = ?, ownerId = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistedIdentifier@42, Vehicle.color (U)=Color[rgb=17], Vehicle.ownerId (U)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE, ownerId) values (?, ?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@666, Vehicle.color=null, Vehicle.DTYPE=T, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Truck
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE, ownerId) values (?, ?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17, Vehicle.color=null, Vehicle.DTYPE=T, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Truck
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id) values (?, ?, ?, ?) | {1={Person.modificationDate=null, Person.name=null, Person.creationDate=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE, ownerId) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=C, Vehicle.color=Color[rgb=17], Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ? where id = ? | {1={Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.name (U)=null, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set color = ?, ownerId = ? where id = ? | {1={Vehicle.color (U)=Color[rgb=17], Vehicle.ownerId (U)=o.c.s.i.PersistableIdentifier@1, Vehicle.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE, ownerId) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=T, Vehicle.color=null, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE, ownerId) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=T, Vehicle.color=null, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@42, Vehicle.DTYPE=C, Vehicle.color=Color[rgb=17]}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id, vehicleId) values (?, ?, ?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.creationDate=null, Person.modificationDate=null, Person.vehicleId=o.c.s.i.PersistableIdentifier@42, Person.name=null}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@42, Person.name (U)=null}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@666, Vehicle.DTYPE=T, Vehicle.color=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@666, Person.name (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Truck
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.vehicleId (U)=null, Person.name (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17, Vehicle.DTYPE=T, Vehicle.color=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@17, Person.name (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.color (U)=null, Vehicle.id (W)=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Truck
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.color=Color[rgb=17], Vehicle.id=o.c.s.i.PersistableIdentifier@42, Vehicle.DTYPE=C}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id, vehicleId) values (?, ?, ?, ?, ?) | {1={Person.creationDate=null, Person.vehicleId=o.c.s.i.PersistableIdentifier@42, Person.modificationDate=null, Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=null}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@42, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.name (U)=null}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.color=null, Vehicle.id=o.c.s.i.PersistableIdentifier@666, Vehicle.DTYPE=T}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@666, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.name (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.vehicleId (U)=null, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.name (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.color=null, Vehicle.id=o.c.s.i.PersistableIdentifier@17, Vehicle.DTYPE=T}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@17, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.name (U)=null}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.color (U)=null, Vehicle.id (W)=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:13	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, ownerId int, unique (id))
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:13	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id) values (?, ?, ?, ?) | {1={Person.name=null, Person.creationDate=null, Person.modificationDate=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Vehicle(color, id, ownerId) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@42, Vehicle.color=Color[rgb=17], Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	insert into Car(id) values (?) | {1={Car.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ? where id = ? | {1={Person.name (U)=null, Person.creationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:13 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:13	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:13	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:13	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:13	TRACE	SQLOperation	update Vehicle set color = ?, ownerId = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistedIdentifier@42, Vehicle.color (U)=Color[rgb=17], Vehicle.ownerId (U)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:13	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:13	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:13	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, ownerId) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@666, Vehicle.color=null, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, ownerId) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17, Vehicle.color=null, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, ownerId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id) values (?, ?, ?, ?) | {1={Person.modificationDate=null, Person.id=o.c.s.i.PersistableIdentifier@1, Person.creationDate=null, Person.name=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, ownerId) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@42, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.color=Color[rgb=17]}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(id) values (?) | {1={Car.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ? where id = ? | {1={Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.name (U)=null}}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set color = ?, ownerId = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistedIdentifier@42, Vehicle.ownerId (U)=o.c.s.i.PersistableIdentifier@1, Vehicle.color (U)=Color[rgb=17]}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, ownerId) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@666, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.color=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, ownerId) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.color=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.color=Color[rgb=17], Vehicle.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(id) values (?) | {1={Car.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id, vehicleId) values (?, ?, ?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.modificationDate=null, Person.name=null, Person.vehicleId=o.c.s.i.PersistableIdentifier@42, Person.creationDate=null}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.name (U)=null, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@42, Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.color=null, Vehicle.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.name (U)=null, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@666, Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.name (U)=null, Person.vehicleId (U)=null, Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.color=null, Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.name (U)=null, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@17, Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.color (U)=null, Vehicle.id (W)=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.color=Color[rgb=17], Vehicle.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(id) values (?) | {1={Car.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id, vehicleId) values (?, ?, ?, ?, ?) | {1={Person.creationDate=null, Person.id=o.c.s.i.PersistableIdentifier@1, Person.modificationDate=null, Person.vehicleId=o.c.s.i.PersistableIdentifier@42, Person.name=null}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@42, Person.name (U)=null}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.color=null, Vehicle.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@666, Person.name (U)=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=null, Person.name (U)=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.color=null, Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@17, Person.name (U)=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.color (U)=null, Vehicle.id (W)=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(id int not null, color int, ownerId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(id int not null, color int, ownerId int, unique (id))
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id) values (?, ?, ?, ?) | {1={Person.name=null, Person.creationDate=null, Person.modificationDate=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(color, id, ownerId) values (?, ?, ?) | {1={Car.color=Color[rgb=17], Car.ownerId=o.c.s.i.PersistableIdentifier@1, Car.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, unioned_Vehicle.clazz_ as unioned_Vehicle_clazz_, unioned_Vehicle.id as unioned_Vehicle_id from Person left outer join (select 1 as clazz_, ownerId, id from Truck union all select 2 as clazz_, ownerId, id from Car) as unioned_Vehicle on Person.id = unioned_Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	TRACE	SQLOperation	select Car.color as Car_color, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ? where id = ? | {1={Person.name (U)=null, Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@4d42465e In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Car set color = ?, ownerId = ? where id = ? | {1={Car.ownerId (U)=o.c.s.i.PersistableIdentifier@1, Car.color (U)=Color[rgb=17], Car.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, unioned_Vehicle.clazz_ as unioned_Vehicle_clazz_, unioned_Vehicle.id as unioned_Vehicle_id from Person left outer join (select 1 as clazz_, ownerId, id from Truck union all select 2 as clazz_, ownerId, id from Car) as unioned_Vehicle on Person.id = unioned_Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	TRACE	SQLOperation	select Car.color as Car_color, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(color, id, ownerId) values (?, ?, ?) | {1={Truck.color=null, Truck.ownerId=o.c.s.i.PersistableIdentifier@1, Truck.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, unioned_Vehicle.clazz_ as unioned_Vehicle_clazz_, unioned_Vehicle.id as unioned_Vehicle_id from Person left outer join (select 1 as clazz_, ownerId, id from Truck union all select 2 as clazz_, ownerId, id from Car) as unioned_Vehicle on Person.id = unioned_Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	TRACE	SQLOperation	select Truck.color as Truck_color, Truck.id as Truck_id from Truck where Truck.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Truck
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@1913cde9 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, unioned_Vehicle.clazz_ as unioned_Vehicle_clazz_, unioned_Vehicle.id as unioned_Vehicle_id from Person left outer join (select 1 as clazz_, ownerId, id from Truck union all select 2 as clazz_, ownerId, id from Car) as unioned_Vehicle on Person.id = unioned_Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@1913cde9 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(color, id, ownerId) values (?, ?, ?) | {1={Truck.color=null, Truck.ownerId=o.c.s.i.PersistableIdentifier@1, Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, unioned_Vehicle.clazz_ as unioned_Vehicle_clazz_, unioned_Vehicle.id as unioned_Vehicle_id from Person left outer join (select 1 as clazz_, ownerId, id from Truck union all select 2 as clazz_, ownerId, id from Car) as unioned_Vehicle on Person.id = unioned_Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	TRACE	SQLOperation	select Truck.color as Truck_color, Truck.id as Truck_id from Truck where Truck.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Truck
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, unioned_Vehicle.clazz_ as unioned_Vehicle_clazz_, unioned_Vehicle.id as unioned_Vehicle_id from Person left outer join (select 1 as clazz_, ownerId, id from Truck union all select 2 as clazz_, ownerId, id from Car) as unioned_Vehicle on Person.id = unioned_Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@1913cde9 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(id int not null, color int, ownerId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(id int not null, color int, ownerId int, unique (id))
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id) values (?, ?, ?, ?) | {1={Person.modificationDate=null, Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1, Person.creationDate=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(color, id, ownerId) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@42, Car.color=Color[rgb=17], Car.ownerId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.color as Vehicle_Truck_color, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join (select 1 as clazz_, color, id, ownerId from Car union all select 2 as clazz_, color, id, ownerId from Truck) as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ? where id = ? | {1={Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.name (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026}}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5049c718 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Car set color = ?, ownerId = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistedIdentifier@42, Car.ownerId (U)=o.c.s.i.PersistableIdentifier@1, Car.color (U)=Color[rgb=17]}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.color as Vehicle_Truck_color, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join (select 1 as clazz_, color, id, ownerId from Car union all select 2 as clazz_, color, id, ownerId from Truck) as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(color, id, ownerId) values (?, ?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@666, Truck.ownerId=o.c.s.i.PersistableIdentifier@1, Truck.color=null}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.color as Vehicle_Truck_color, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join (select 1 as clazz_, color, id, ownerId from Car union all select 2 as clazz_, color, id, ownerId from Truck) as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@34d5a168 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.color as Vehicle_Truck_color, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join (select 1 as clazz_, color, id, ownerId from Car union all select 2 as clazz_, color, id, ownerId from Truck) as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@34d5a168 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(color, id, ownerId) values (?, ?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@17, Truck.ownerId=o.c.s.i.PersistableIdentifier@1, Truck.color=null}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.color as Vehicle_Truck_color, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join (select 1 as clazz_, color, id, ownerId from Car union all select 2 as clazz_, color, id, ownerId from Truck) as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.color as Vehicle_Truck_color, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join (select 1 as clazz_, color, id, ownerId from Car union all select 2 as clazz_, color, id, ownerId from Truck) as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@34d5a168 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, engineId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(color int, id int not null, engineId int, unique (id))
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(model, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.engineId=o.c.s.i.PersistableIdentifier@100, Vehicle.DTYPE=CAR, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.model=Renault}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.engineId=null, Vehicle.DTYPE=TRUCK, Vehicle.color=Color[rgb=42], Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set model = ?, engineId = ? where id = ? | {1={Vehicle.engineId (U)=o.c.s.i.PersistableIdentifier@200, Vehicle.id (W)=o.c.s.i.PersistableIdentifier@1, Vehicle.model (U)=Peugeot}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set color = ?, engineId = ? where id = ? | {1={Vehicle.engineId (U)=null, Vehicle.color (U)=Color[rgb=99], Vehicle.id (W)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(id, engineId) values (?, ?) | {1={Vehicle.engineId=o.c.s.i.PersistableIdentifier@100, Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.engineId=null, Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set engineId = ? where id = ? | {1={Vehicle.engineId (U)=o.c.s.i.PersistableIdentifier@200, Vehicle.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistableIdentifier@1, Car.model (U)=Peugeot}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.id (W)=o.c.s.i.PersistableIdentifier@2, Truck.color (U)=Color[rgb=99]}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(model, id, engineId) values (?, ?, ?) | {1={Car.engineId=o.c.s.i.PersistableIdentifier@100, Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(color, id, engineId) values (?, ?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42], Truck.engineId=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Car set model = ?, engineId = ? where id = ? | {1={Car.engineId (U)=o.c.s.i.PersistableIdentifier@200, Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Truck set color = ?, engineId = ? where id = ? | {1={Truck.id (W)=o.c.s.i.PersistableIdentifier@2, Truck.color (U)=Color[rgb=99], Truck.engineId (U)=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@e36e90b In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@e36e90b In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@e36e90b In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car_plates(id int, plates varchar(255), unique (id, plates))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(id int not null, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car_plates add constraint FK_Car_plates_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car_plates(id int, plates varchar(255), unique (id, plates))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car_plates add constraint FK_Car_plates_id_Car_id foreign key(id) references Car(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car_plates(id int, plates varchar(255), unique (id, plates))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car_plates add constraint FK_Car_plates_id_Car_id foreign key(id) references Car(id)
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(model, id, DTYPE) values (?, ?, ?) | {1={Vehicle.DTYPE=CAR, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.model=Renault}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car_plates(plates, id) values (?, ?) | {1={Car_plates.plates=XYZ-ABC-01, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.DTYPE=TRUCK, Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicle.color=Color[rgb=42]}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set model = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistableIdentifier@1, Vehicle.model (U)=Peugeot}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car_plates where id = ? and plates = ? | {1={Car_plates.plates=XYZ-ABC-01, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car_plates(plates, id) values (?, ?) | {1={Car_plates.plates=XYZ-ABC-02, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistableIdentifier@2, Vehicle.color (U)=Color[rgb=99]}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car_plates where id = ? and plates = ? | {1={Car_plates.plates=XYZ-ABC-02, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	TRACE	SQLOperation	select count(*) as cnt from Car_plates | {}
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, Car_plates.plates as Car_plates_plates, Car_plates.id as Car_plates_id from Vehicle left outer join Car_plates as Car_plates on Vehicle.id = Car_plates.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, Car_plates.plates as Car_plates_plates, Car_plates.id as Car_plates_id from Vehicle left outer join Car_plates as Car_plates on Vehicle.id = Car_plates.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, Car_plates.plates as Car_plates_plates, Car_plates.id as Car_plates_id from Vehicle left outer join Car_plates as Car_plates on Vehicle.id = Car_plates.id where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car_plates(plates, id) values (?, ?) | {1={Car_plates.plates=XYZ-ABC-01, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car_plates where id = ? and plates = ? | {1={Car_plates.plates=XYZ-ABC-01, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car_plates(plates, id) values (?, ?) | {1={Car_plates.plates=XYZ-ABC-02, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.color (U)=Color[rgb=99], Truck.id (W)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car_plates where id = ? and plates = ? | {1={Car_plates.plates=XYZ-ABC-02, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	TRACE	SQLOperation	select count(*) as cnt from Car_plates | {}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_Car_plates.plates as Car_Car_plates_plates, Car_Car_plates.id as Car_Car_plates_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Car_plates as Car_Car_plates on Car.id = Car_Car_plates.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_Car_plates.plates as Car_Car_plates_plates, Car_Car_plates.id as Car_Car_plates_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Car_plates as Car_Car_plates on Car.id = Car_Car_plates.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.color as Truck_color, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, Car_Car_plates.plates as Car_Car_plates_plates, Car_Car_plates.id as Car_Car_plates_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Car_plates as Car_Car_plates on Car.id = Car_Car_plates.id where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car_plates(plates, id) values (?, ?) | {1={Car_plates.plates=XYZ-ABC-01, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car_plates where id = ? and plates = ? | {1={Car_plates.plates=XYZ-ABC-01, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car_plates(plates, id) values (?, ?) | {1={Car_plates.plates=XYZ-ABC-02, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.color (U)=Color[rgb=99], Truck.id (W)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car_plates where id = ? and plates = ? | {1={Car_plates.plates=XYZ-ABC-02, Car_plates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	TRACE	SQLOperation	select count(*) as cnt from Car_plates | {}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@314b73f0 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_Car_plates.plates as Car_Car_plates_plates, Car_Car_plates.id as Car_Car_plates_id from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car_plates as Car_Car_plates on Car.id = Car_Car_plates.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@314b73f0 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_Car_plates.plates as Car_Car_plates_plates, Car_Car_plates.id as Car_Car_plates_id from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car_plates as Car_Car_plates on Car.id = Car_Car_plates.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@314b73f0 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id, Car_Car_plates.plates as Car_Car_plates_plates, Car_Car_plates.id as Car_Car_plates_id from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car_plates as Car_Car_plates on Car.id = Car_Car_plates.id where Vehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, deputeCount integer, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Republic(deputeCount integer not null, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Republic add constraint FK_Republic_id_Country_id foreign key(id) references Country(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Republic(deputeCount integer not null, id int not null, name varchar(255), description varchar(255), presidentId int, unique (id))
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Country(deputeCount, name, description, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0, Country.deputeCount=250, Country.name=France, Country.DTYPE=Republic, Country.description=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, City.name as City_name, City.id as City_id from Country left outer join Person as president on Country.presidentId = president.id left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=New french president, Person.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris, City.countryId (U)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Grenoble, City.countryId=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, City.name as City_name, City.id as City_id from Country left outer join Person as president on Country.presidentId = president.id left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=France, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=250, Republic.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, City.name as City_name, City.id as City_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=New french president, Person.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.countryId (U)=o.c.s.i.PersistedIdentifier@0, City.name (U)=Paris}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Grenoble, City.countryId=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, City.name as City_name, City.id as City_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Republic(deputeCount, name, description, id, presidentId) values (?, ?, ?, ?, ?) | {1={Republic.name=France, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@0, Republic.deputeCount=250, Republic.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.countryId=o.c.s.i.PersistableIdentifier@0, City.name=Paris}}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@2b96dc3e In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, City.name as City_name, City.id as City_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.id as Republic_id from (select Republic.name as name, Republic.description as description, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join City as City on Country.id = City.countryId left outer join Republic as Republic on Country.id = Republic.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=New french president, Person.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.countryId (U)=o.c.s.i.PersistedIdentifier@0, City.name (U)=Paris}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.countryId=o.c.s.i.PersistedIdentifier@0, City.name=Grenoble}}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@2b96dc3e In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, City.name as City_name, City.id as City_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.id as Republic_id from (select Republic.name as name, Republic.description as description, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join City as City on Country.id = City.countryId left outer join Republic as Republic on Country.id = Republic.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$Republic#o.c.s.i.PersistedIdentifier@0
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Country(name, modificationDate, creationDate, id) values (?, ?, ?, ?) | {1={Country.name=null, Country.creationDate=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.modificationDate=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Village(barCount, name, id, countryId) values (?, ?, ?, ?) | {1={Village.name=Grenoble, Village.countryId=o.c.s.i.PersistableIdentifier@1, Village.id=o.c.s.i.PersistableIdentifier@42, Village.barCount=0}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.clazz_ as City_clazz_, City.name as City_name, City.id as City_id, City.countryId as City_countryId, City.barCount as City_barCount, City.discotecCount as City_discotecCount, City_Village.barCount as City_Village_barCount, City_Village.name as City_Village_name, City_Village.countryId as City_Village_countryId, City_Village.id as City_Village_id, City_Town.discotecCount as City_Town_discotecCount, City_Town.name as City_Town_name, City_Town.countryId as City_Town_countryId, City_Town.id as City_Town_id from Country left outer join (select 1 as clazz_, name, id, countryId, barCount as barCount, cast(null as integer) as discotecCount from Village union all select 2 as clazz_, name, id, countryId, cast(null as integer) as barCount, discotecCount as discotecCount from Town) as City on Country.id = City.countryId left outer join Village as City_Village on City.id = City_Village.id left outer join Town as City_Town on City.id = City_Town.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Village set barCount = ?, name = ?, countryId = ? where id = ? | {1={Village.countryId (U)=o.c.s.i.PersistableIdentifier@1, Village.name (U)=Grenoble, Village.id (W)=o.c.s.i.PersistedIdentifier@42, Village.barCount (U)=51}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Town(discotecCount, name, id, countryId) values (?, ?, ?, ?) | {1={Town.name=Lyon, Town.countryId=o.c.s.i.PersistableIdentifier@1, Town.discotecCount=123, Town.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Country.name as Country_name, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, City.clazz_ as City_clazz_, City.name as City_name, City.id as City_id, City.countryId as City_countryId, City.barCount as City_barCount, City.discotecCount as City_discotecCount, City_Village.barCount as City_Village_barCount, City_Village.name as City_Village_name, City_Village.countryId as City_Village_countryId, City_Village.id as City_Village_id, City_Town.discotecCount as City_Town_discotecCount, City_Town.name as City_Town_name, City_Town.countryId as City_Town_countryId, City_Town.id as City_Town_id from Country left outer join (select 1 as clazz_, name, id, countryId, barCount as barCount, cast(null as integer) as discotecCount from Village union all select 2 as clazz_, name, id, countryId, cast(null as integer) as barCount, discotecCount as discotecCount from Town) as City on Country.id = City.countryId left outer join Village as City_Village on City.id = City_Village.id left outer join Town as City_Town on City.id = City_Town.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Village#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Town set discotecCount = ?, name = ?, countryId = ? where id = ? | {1={Town.name (U)=Lyon, Town.countryId (U)=null, Town.discotecCount (U)=123, Town.id (W)=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	TRACE	SQLOperation	select countryId from Town union all select countryId from Village | {}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Village set barCount = ?, name = ?, countryId = ? where id = ? | {1={Village.name (U)=Grenoble, Village.countryId (U)=null, Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.barCount (U)=51}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	TRACE	SQLOperation	select id from Town union all select id from Village | {}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, countryId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Village(barCount integer not null, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Village add constraint FK_Village_id_City_id foreign key(id) references City(id)
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@42, Vehicle.DTYPE=C, Vehicle.color=Color[rgb=17]}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id, vehicleId) values (?, ?, ?, ?, ?) | {1={Person.creationDate=null, Person.vehicleId=o.c.s.i.PersistableIdentifier@42, Person.name=null, Person.modificationDate=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@42, Person.name (U)=null, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@666, Vehicle.DTYPE=T, Vehicle.color=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@666, Person.name (U)=null, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=null, Person.name (U)=null, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17, Vehicle.DTYPE=T, Vehicle.color=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@17, Person.name (U)=null, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistableIdentifier@17, Vehicle.color (U)=null}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(id int not null, ownerId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id) values (?, ?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.modificationDate=null, Person.name=null, Person.creationDate=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(id, ownerId) values (?, ?) | {1={Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(id) values (?) | {1={Car.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.name (U)=null, Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026}}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set ownerId = ? where id = ? | {1={Vehicle.ownerId (U)=o.c.s.i.PersistableIdentifier@1, Vehicle.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(id, ownerId) values (?, ?) | {1={Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(id, ownerId) values (?, ?) | {1={Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle.ownerId as Vehicle_ownerId, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Truck.id as Vehicle_Truck_id from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(id) values (?) | {1={Car.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id, vehicleId) values (?, ?, ?, ?, ?) | {1={Person.creationDate=null, Person.modificationDate=null, Person.vehicleId=o.c.s.i.PersistableIdentifier@42, Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@42, Person.name (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@666, Person.name (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=null, Person.name (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ?, vehicleId = ? where id = ? | {1={Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@17, Person.name (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.id as Vehicle_Car_id from Person left outer join Vehicle as Vehicle on Person.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Person(creationDate, modificationDate, name, id) values (?, ?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.creationDate=null, Person.name=null, Person.modificationDate=null}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE, ownerId) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=C, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.id=o.c.s.i.PersistableIdentifier@42, Vehicle.color=Color[rgb=17]}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Person set creationDate = ?, modificationDate = ?, name = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@1, Person.creationDate (U)=Tue May 19 05:31:14 UTC 2026, Person.name (U)=null, Person.modificationDate (U)=Tue May 19 05:31:14 UTC 2026}}
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Vehicle set color = ?, ownerId = ? where id = ? | {1={Vehicle.ownerId (U)=o.c.s.i.PersistableIdentifier@1, Vehicle.id (W)=o.c.s.i.PersistedIdentifier@42, Vehicle.color (U)=Color[rgb=17]}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE, ownerId) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=T, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.id=o.c.s.i.PersistableIdentifier@666, Vehicle.color=null}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE, ownerId) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=T, Vehicle.ownerId=o.c.s.i.PersistableIdentifier@1, Vehicle.id=o.c.s.i.PersistableIdentifier@17, Vehicle.color=null}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	TRACE	SQLOperation	select Person.creationDate as Person_creationDate, Person.modificationDate as Person_modificationDate, Person.name as Person_name, Person.id as Person_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE, Vehicle.ownerId as Vehicle_ownerId from Person left outer join Vehicle as Vehicle on Person.id = Vehicle.ownerId where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@17]
2026-05-19 05:31:14	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClass
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Truck(color int, id int not null, engineId int, unique (id))
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(model, color, id, engineId) values (?, ?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault, Car.engineId=o.c.s.i.PersistableIdentifier@200, Car.color=Color[rgb=666]}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Truck(color, id, engineId) values (?, ?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.engineId=null}}
2026-05-19 05:31:14	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:14	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@34f661d3 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Car set model = ?, color = ?, engineId = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot, Car.engineId (U)=o.c.s.i.PersistableIdentifier@200, Car.color (U)=Color[rgb=666]}}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@34f661d3 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@34f661d3 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id | {}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:14	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2026-05-19 05:31:14	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2026-05-19 05:31:14	TRACE	SQLOperation	select id from Engine | {}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, engineId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	insert into Car(id, model, color, engineId) values (?, ?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault, Car.color=Color[rgb=666], Car.engineId=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:14	TRACE	SQLOperation	select * from car | {}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@198d053d In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from (select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	update Car set model = ?, color = ?, engineId = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot, Car.color (U)=Color[rgb=666], Car.engineId (U)=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:14	TRACE	SQLOperation	select * from car | {}
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:14	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@198d053d In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:14	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from (select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:14	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:14	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:14	TRACE	SQLOperation	select * from car | {}
2026-05-19 05:31:14	TRACE	SQLOperation	select id from Engine | {}
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))
2026-05-19 05:31:14	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Car(model, color, id, engineId) values (?, ?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.engineId=null}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Car(model, color, id, engineId) values (?, ?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.engineId=null}}
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5bcdbb5a In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id from (select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Car set model = ?, color = ?, engineId = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.color (U)=Color[rgb=666], Car.engineId (U)=null}}
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5bcdbb5a In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id from (select Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, color int, engineId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Truck(id int not null, color int, engineId int, unique (id))
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Car(model, color, id, engineId) values (?, ?, ?, ?) | {1={Car.engineId=o.c.s.i.PersistableIdentifier@200, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Truck(color, id, engineId) values (?, ?, ?) | {1={Truck.engineId=null, Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@7ac2db4c In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Car set model = ?, color = ?, engineId = ? where id = ? | {1={Car.engineId (U)=o.c.s.i.PersistableIdentifier@200, Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot}}
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@7ac2db4c In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@7ac2db4c In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@430ca35f Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.color = ? | {1=Color[rgb=42]}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@430ca35f Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, engine.id as engine_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, Truck.engineId as engineId, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, Car.engineId as engineId, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.color = ? | {1=Color[rgb=666]}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:15	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select count(*) as truckCount from truck where id = 2 | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Engine | {}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToTablePerClass
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinTable
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(id, engineId) values (?, ?) | {1={Vehicle.engineId=o.c.s.i.PersistableIdentifier@200, Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.engineId=null, Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Car(id, model, color) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Truck(id, color) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Vehicle | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.model (U)=Peugeot, Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id | {}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:15	TRACE	SQLOperation	select count(*) as vehicleCount from Vehicle where id in (1, 2) | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Engine | {}
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(id, engineId) values (?, ?) | {1={Vehicle.engineId=o.c.s.i.PersistableIdentifier@100, Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle left outer join car on Vehicle.id = car.id | {}
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.color (U)=Color[rgb=666], Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle left outer join car on Vehicle.id = car.id | {}
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle left outer join car on Vehicle.id = car.id | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Engine | {}
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(id, engineId) values (?, ?) | {1={Vehicle.engineId=null, Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(id, engineId) values (?, ?) | {1={Vehicle.engineId=null, Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.model (U)=Peugeot, Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, engineId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(color, id, engineId) values (?, ?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.engineId=o.c.s.i.PersistableIdentifier@200, Vehicle.color=Color[rgb=666]}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicle.engineId=null, Vehicle.color=Color[rgb=42]}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Vehicle | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot}}
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.color (U)=Color[rgb=256], Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.color = ? | {1=Color[rgb=42]}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.model as Car_model, Car.id as Car_id, engine.id as engine_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.color = ? | {1=Color[rgb=256]}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:15	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Engine | {}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToJoinTable
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$SingleTableWithOneToOne
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(model, color, id, engineId, DTYPE) values (?, ?, ?, ?, ?) | {1={Vehicle.model=Renault, Vehicle.DTYPE=CAR, Vehicle.engineId=o.c.s.i.PersistableIdentifier@100, Vehicle.color=Color[rgb=666], Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(color, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=TRUCK, Vehicle.engineId=null, Vehicle.color=Color[rgb=42], Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Vehicle set model = ?, color = ?, engineId = ? where id = ? | {1={Vehicle.model (U)=Peugeot, Vehicle.engineId (U)=o.c.s.i.PersistableIdentifier@100, Vehicle.color (U)=Color[rgb=666], Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id | {}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Engine | {}
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Vehicle(id int, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(id, model, color, engineId, DTYPE) values (?, ?, ?, ?, ?) | {1={Vehicle.DTYPE=CAR, Vehicle.engineId=o.c.s.i.PersistableIdentifier@100, Vehicle.model=Renault, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.color=Color[rgb=666]}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Vehicle set model = ?, color = ?, engineId = ? where id = ? | {1={Vehicle.engineId (U)=o.c.s.i.PersistableIdentifier@100, Vehicle.model (U)=Peugeot, Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1, Vehicle.color (U)=Color[rgb=666]}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}
2026-05-19 05:31:15	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Engine | {}
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(model, color, id, engineId, DTYPE) values (?, ?, ?, ?, ?) | {1={Vehicle.color=Color[rgb=666], Vehicle.DTYPE=CAR, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.model=Renault, Vehicle.engineId=null}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(model, color, id, engineId, DTYPE) values (?, ?, ?, ?, ?) | {1={Vehicle.color=Color[rgb=666], Vehicle.DTYPE=CAR, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.model=Renault, Vehicle.engineId=null}}
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Vehicle set model = ?, color = ?, engineId = ? where id = ? | {1={Vehicle.color (U)=Color[rgb=666], Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1, Vehicle.model (U)=Peugeot, Vehicle.engineId (U)=null}}
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Engine(id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, engineId int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Engine(id) values (?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(model, color, id, engineId, DTYPE) values (?, ?, ?, ?, ?) | {1={Vehicle.color=Color[rgb=666], Vehicle.engineId=o.c.s.i.PersistableIdentifier@200, Vehicle.DTYPE=CAR, Vehicle.model=Renault, Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Vehicle(color, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.color=Color[rgb=42], Vehicle.engineId=null, Vehicle.DTYPE=TRUCK, Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Vehicle where DTYPE ='CAR' | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Vehicle where DTYPE ='TRUCK' | {}
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Vehicle set model = ?, color = ?, engineId = ? where id = ? | {1={Vehicle.color (U)=Color[rgb=666], Vehicle.engineId (U)=o.c.s.i.PersistableIdentifier@200, Vehicle.model (U)=Peugeot, Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.color (U)=Color[rgb=256], Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.color = ? | {1=Color[rgb=42]}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:15	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:15	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.engineId as Vehicle_engineId, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE, engine.id as engine_id from Vehicle left outer join Engine as engine on Vehicle.engineId = engine.id where Vehicle.color = ? | {1=Color[rgb=256]}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:15	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
2026-05-19 05:31:15	TRACE	SQLOperation	select id from Engine | {}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$SingleTableWithOneToOne
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.878 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$ElementCollection_Embedded
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Device(name varchar(255), street varchar(255), id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Device_location_reviews(id int, ranking integer not null, verbatim varchar(2000), idx integer, unique (id, idx))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Device_location_reviews add constraint FK_Device_location_reviews_id_Device_id foreign key(id) references Device(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Device(name, street, id) values (?, ?, ?) | {1={Device.name=UPS, Device.id=o.c.s.i.PersistableIdentifier@13, Device.street=221B Baker Street}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Device_location_reviews(verbatim, idx, ranking, id) values (?, ?, ?, ?) | {1={Device_location_reviews.ranking=4, Device_location_reviews.id=o.c.s.i.PersistableIdentifier@13, Device_location_reviews.idx=0, Device_location_reviews.verbatim=fine place}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Device_location_reviews.verbatim as Device_location_reviews_verbatim, Device_location_reviews.idx as Device_location_reviews_idx, Device_location_reviews.ranking as Device_location_reviews_ranking, Device_location_reviews.id as Device_location_reviews_id from Device left outer join Device_location_reviews as Device_location_reviews on Device.id = Device_location_reviews.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Device_location_reviews.verbatim as Device_location_reviews_verbatim, Device_location_reviews.idx as Device_location_reviews_idx, Device_location_reviews.ranking as Device_location_reviews_ranking, Device_location_reviews.id as Device_location_reviews_id from Device left outer join Device_location_reviews as Device_location_reviews on Device.id = Device_location_reviews.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Device_location_reviews where id = ? and idx = ? | {1={Device_location_reviews.id=o.c.s.i.PersistedIdentifier@13, Device_location_reviews.idx=0}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Device_location_reviews(verbatim, idx, ranking, id) values (?, ?, ?, ?) | {1={Device_location_reviews.ranking=4, Device_location_reviews.id=o.c.s.i.PersistableIdentifier@13, Device_location_reviews.idx=1, Device_location_reviews.verbatim=fine place}, 2={Device_location_reviews.ranking=5, Device_location_reviews.id=o.c.s.i.PersistableIdentifier@13, Device_location_reviews.idx=0, Device_location_reviews.verbatim=awesome}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Device_location_reviews.verbatim as Device_location_reviews_verbatim, Device_location_reviews.idx as Device_location_reviews_idx, Device_location_reviews.ranking as Device_location_reviews_ranking, Device_location_reviews.id as Device_location_reviews_id from Device left outer join Device_location_reviews as Device_location_reviews on Device.id = Device_location_reviews.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Device_location_reviews where id = ? and idx = ? | {1={Device_location_reviews.id=o.c.s.i.PersistableIdentifier@13, Device_location_reviews.idx=0}, 2={Device_location_reviews.id=o.c.s.i.PersistableIdentifier@13, Device_location_reviews.idx=1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Device_location_reviews.verbatim as Device_location_reviews_verbatim, Device_location_reviews.idx as Device_location_reviews_idx, Device_location_reviews.ranking as Device_location_reviews_ranking, Device_location_reviews.id as Device_location_reviews_id from Device left outer join Device_location_reviews as Device_location_reviews on Device.id = Device_location_reviews.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$ElementCollection_Embedded
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$ManyToMany_MappedSuperClass
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table RecoveryQuestion(comment varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table RecoveryQuestion_answer_choices(recoveryQuestion_id bigint not null, answer_choices_id int not null, idx integer, unique (recoveryQuestion_id, answer_choices_id, idx))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table RecoveryQuestion_answer_choices add constraint FK_RecoveryQuestion_answer_choices_recoveryQuestion_id_RecoveryQuestion_id foreign key(recoveryQuestion_id) references RecoveryQuestion(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table RecoveryQuestion_answer_choices add constraint FK_RecoveryQuestion_answer_choices_answer_choices_id_Choice_id foreign key(answer_choices_id) references Choice(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into RecoveryQuestion(comment, id) values (?, default) | {1={RecoveryQuestion.comment=null}, 2={RecoveryQuestion.comment=null}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.id=o.c.s.i.PersistableIdentifier@17, Choice.label=Lyon}, 2={Choice.id=o.c.s.i.PersistableIdentifier@13, Choice.label=Grenoble}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into RecoveryQuestion_answer_choices(idx, recoveryQuestion_id, answer_choices_id) values (?, ?, ?) | {1={RecoveryQuestion_answer_choices.idx=1, RecoveryQuestion_answer_choices.recoveryQuestion_id=1, RecoveryQuestion_answer_choices.answer_choices_id=o.c.s.i.PersistableIdentifier@17}, 2={RecoveryQuestion_answer_choices.idx=2, RecoveryQuestion_answer_choices.recoveryQuestion_id=2, RecoveryQuestion_answer_choices.answer_choices_id=o.c.s.i.PersistableIdentifier@17}, 3={RecoveryQuestion_answer_choices.idx=2, RecoveryQuestion_answer_choices.recoveryQuestion_id=1, RecoveryQuestion_answer_choices.answer_choices_id=o.c.s.i.PersistableIdentifier@13}, 4={RecoveryQuestion_answer_choices.idx=1, RecoveryQuestion_answer_choices.recoveryQuestion_id=2, RecoveryQuestion_answer_choices.answer_choices_id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	TRACE	SQLOperation	select recoveryQuestion_id, answer_choices_id, idx from RecoveryQuestion_answer_choices | {}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:15	TRACE	SQLOperation	select RecoveryQuestion.comment as RecoveryQuestion_comment, RecoveryQuestion.id as RecoveryQuestion_id, RecoveryQuestion_answer_choices.recoveryQuestion_id as RecoveryQuestion_answer_choices_recoveryQuestion_id, RecoveryQuestion_answer_choices.answer_choices_id as RecoveryQuestion_answer_choices_answer_choices_id, RecoveryQuestion_answer_choices.idx as RecoveryQuestion_answer_choices_idx, RecoveryQuestion_answer_choices_Choice.label as RecoveryQuestion_answer_choices_Choice_label, RecoveryQuestion_answer_choices_Choice.id as RecoveryQuestion_answer_choices_Choice_id from RecoveryQuestion left outer join RecoveryQuestion_answer_choices as RecoveryQuestion_answer_choices on RecoveryQuestion.id = RecoveryQuestion_answer_choices.recoveryQuestion_id left outer join Choice as RecoveryQuestion_answer_choices_Choice on RecoveryQuestion_answer_choices.answer_choices_id = RecoveryQuestion_answer_choices_Choice.id where RecoveryQuestion.id in (?) | {1=1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.RecoveryQuestion
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.RecoveryQuestion
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#1
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [2]
2026-05-19 05:31:15	TRACE	SQLOperation	select RecoveryQuestion.comment as RecoveryQuestion_comment, RecoveryQuestion.id as RecoveryQuestion_id, RecoveryQuestion_answer_choices.recoveryQuestion_id as RecoveryQuestion_answer_choices_recoveryQuestion_id, RecoveryQuestion_answer_choices.answer_choices_id as RecoveryQuestion_answer_choices_answer_choices_id, RecoveryQuestion_answer_choices.idx as RecoveryQuestion_answer_choices_idx, RecoveryQuestion_answer_choices_Choice.label as RecoveryQuestion_answer_choices_Choice_label, RecoveryQuestion_answer_choices_Choice.id as RecoveryQuestion_answer_choices_Choice_id from RecoveryQuestion left outer join RecoveryQuestion_answer_choices as RecoveryQuestion_answer_choices on RecoveryQuestion.id = RecoveryQuestion_answer_choices.recoveryQuestion_id left outer join Choice as RecoveryQuestion_answer_choices_Choice on RecoveryQuestion_answer_choices.answer_choices_id = RecoveryQuestion_answer_choices_Choice.id where RecoveryQuestion.id in (?) | {1=2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.RecoveryQuestion
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.RecoveryQuestion
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#2
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table RecoveryQuestion(comment varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table RecoveryQuestion_answer_choices(recoveryQuestion_id bigint not null, answer_choices_id int not null, unique (recoveryQuestion_id, answer_choices_id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table RecoveryQuestion_answer_choices add constraint FK_RecoveryQuestion_answer_choices_answer_choices_id_Choice_id foreign key(answer_choices_id) references Choice(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table RecoveryQuestion_answer_choices add constraint FK_RecoveryQuestion_answer_choices_recoveryQuestion_id_RecoveryQuestion_id foreign key(recoveryQuestion_id) references RecoveryQuestion(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into RecoveryQuestion(comment, id) values (?, default) | {1={RecoveryQuestion.comment=42}, 2={RecoveryQuestion.comment=43}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.label=Lyon, Choice.id=o.c.s.i.PersistableIdentifier@17}, 2={Choice.label=Grenoble, Choice.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into RecoveryQuestion_answer_choices(recoveryQuestion_id, answer_choices_id) values (?, ?) | {1={RecoveryQuestion_answer_choices.answer_choices_id=o.c.s.i.PersistableIdentifier@17, RecoveryQuestion_answer_choices.recoveryQuestion_id=2}, 2={RecoveryQuestion_answer_choices.answer_choices_id=o.c.s.i.PersistableIdentifier@17, RecoveryQuestion_answer_choices.recoveryQuestion_id=1}, 3={RecoveryQuestion_answer_choices.answer_choices_id=o.c.s.i.PersistableIdentifier@13, RecoveryQuestion_answer_choices.recoveryQuestion_id=2}, 4={RecoveryQuestion_answer_choices.answer_choices_id=o.c.s.i.PersistableIdentifier@13, RecoveryQuestion_answer_choices.recoveryQuestion_id=1}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:15	TRACE	SQLOperation	select RecoveryQuestion.comment as RecoveryQuestion_comment, RecoveryQuestion.id as RecoveryQuestion_id, RecoveryQuestion_answer_choices_Choice.label as RecoveryQuestion_answer_choices_Choice_label, RecoveryQuestion_answer_choices_Choice.id as RecoveryQuestion_answer_choices_Choice_id from RecoveryQuestion left outer join RecoveryQuestion_answer_choices as RecoveryQuestion_answer_choices on RecoveryQuestion.id = RecoveryQuestion_answer_choices.recoveryQuestion_id left outer join Choice as RecoveryQuestion_answer_choices_Choice on RecoveryQuestion_answer_choices.answer_choices_id = RecoveryQuestion_answer_choices_Choice.id where RecoveryQuestion.id in (?) | {1=1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.RecoveryQuestion
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.RecoveryQuestion
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#1
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$ManyToMany_MappedSuperClass
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$ManyToOne_Embedded
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, ebookPublisher_categoryId bigint, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table BusinessCategory(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Book add constraint FK_Book_ebookPublisher_categoryId_BusinessCategory_id foreign key(ebookPublisher_categoryId) references BusinessCategory(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into BusinessCategory(name, id) values (?, default) | {1={BusinessCategory.name=Academic}, 2={BusinessCategory.name=General public}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Book(title, isbn, name, price, id, ebookPublisher_categoryId) values (?, ?, ?, ?, default, ?) | {1={Book.title=a first book, Book.name=Amazon, Book.isbn=AAA-BBB-CCC, Book.price=24.1, Book.ebookPublisher_categoryId=1}, 2={Book.title=a second book, Book.name=Kobo, Book.isbn=XXX-YYY-ZZZ, Book.price=33.5, Book.ebookPublisher_categoryId=2}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [1, 2]
2026-05-19 05:31:15	TRACE	SQLOperation	select Book.title as Book_title, Book.isbn as Book_isbn, Book.name as Book_name, Book.price as Book_price, Book.id as Book_id, ebookPublisher_category.name as ebookPublisher_category_name, ebookPublisher_category.id as ebookPublisher_category_id from Book left outer join BusinessCategory as ebookPublisher_category on Book.ebookPublisher_categoryId = ebookPublisher_category.id where Book.id in (?, ?) | {1=1, 2=2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:15	TRACE	SQLOperation	select Book.title as Book_title, Book.isbn as Book_isbn, Book.name as Book_name, Book.price as Book_price, Book.id as Book_id, ebookPublisher_category.name as ebookPublisher_category_name, ebookPublisher_category.id as ebookPublisher_category_id from Book left outer join BusinessCategory as ebookPublisher_category on Book.ebookPublisher_categoryId = ebookPublisher_category.id where Book.id in (?) | {1=1}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into BusinessCategory(name, id) values (?, default) | {1={BusinessCategory.name=Educational}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Book set title = ?, isbn = ?, name = ?, price = ?, ebookPublisher_categoryId = ? where id = ? | {1={Book.title (U)=a first book, Book.isbn (U)=AAA-BBB-CCC, Book.price (U)=24.1, Book.name (U)=Google, Book.id (W)=1, Book.ebookPublisher_categoryId (U)=3}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from BusinessCategory where id = ? | {1={BusinessCategory.id=1}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [1, 2]
2026-05-19 05:31:15	TRACE	SQLOperation	select Book.title as Book_title, Book.isbn as Book_isbn, Book.name as Book_name, Book.price as Book_price, Book.id as Book_id, ebookPublisher_category.name as ebookPublisher_category_name, ebookPublisher_category.id as ebookPublisher_category_id from Book left outer join BusinessCategory as ebookPublisher_category on Book.ebookPublisher_categoryId = ebookPublisher_category.id where Book.id in (?, ?) | {1=1, 2=2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Book where id = ? | {1={Book.id=1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from BusinessCategory where id = ? | {1={BusinessCategory.id=3}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [1, 2, 3]
2026-05-19 05:31:15	TRACE	SQLOperation	select BusinessCategory.name as BusinessCategory_name, BusinessCategory.id as BusinessCategory_id from BusinessCategory where BusinessCategory.id in (?, ?, ?) | {1=1, 2=2, 3=3}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.BusinessCategory
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$ManyToOne_Embedded
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$ManyToOne_MappedSuperClass
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Address(street varchar(255) not null, id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table BusinessCategory(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table ImprintPublisher(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, printingWorkLocationId int, categoryId bigint, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table ImprintPublisher add constraint FK_ImprintPublisher_printingWorkLocationId_Address_id foreign key(printingWorkLocationId) references Address(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table ImprintPublisher add constraint FK_ImprintPublisher_categoryId_BusinessCategory_id foreign key(categoryId) references BusinessCategory(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into BusinessCategory(name, id) values (?, default) | {1={BusinessCategory.name=Academic}, 2={BusinessCategory.name=General public}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into ImprintPublisher(name, id, printingWorkLocationId, categoryId) values (?, default, ?, ?) | {1={ImprintPublisher.name=Amazon, ImprintPublisher.printingWorkLocationId=null, ImprintPublisher.categoryId=1}, 2={ImprintPublisher.name=Kobo, ImprintPublisher.printingWorkLocationId=null, ImprintPublisher.categoryId=2}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [1, 2]
2026-05-19 05:31:15	TRACE	SQLOperation	select ImprintPublisher.name as ImprintPublisher_name, ImprintPublisher.id as ImprintPublisher_id, printingWorkLocation.street as printingWorkLocation_street, printingWorkLocation.id as printingWorkLocation_id, category.name as category_name, category.id as category_id from ImprintPublisher left outer join Address as printingWorkLocation on ImprintPublisher.printingWorkLocationId = printingWorkLocation.id left outer join BusinessCategory as category on ImprintPublisher.categoryId = category.id where ImprintPublisher.id in (?, ?) | {1=1, 2=2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.ImprintPublisher
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.ImprintPublisher
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#2
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [2]
2026-05-19 05:31:15	TRACE	SQLOperation	select ImprintPublisher.name as ImprintPublisher_name, ImprintPublisher.id as ImprintPublisher_id, printingWorkLocation.street as printingWorkLocation_street, printingWorkLocation.id as printingWorkLocation_id, category.name as category_name, category.id as category_id from ImprintPublisher left outer join Address as printingWorkLocation on ImprintPublisher.printingWorkLocationId = printingWorkLocation.id left outer join BusinessCategory as category on ImprintPublisher.categoryId = category.id where ImprintPublisher.id in (?) | {1=2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.ImprintPublisher
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#2
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into BusinessCategory(name, id) values (?, default) | {1={BusinessCategory.name=Educational}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update ImprintPublisher set name = ?, printingWorkLocationId = ?, categoryId = ? where id = ? | {1={ImprintPublisher.name (U)=Kobo, ImprintPublisher.categoryId (U)=3, ImprintPublisher.printingWorkLocationId (U)=null, ImprintPublisher.id (W)=2}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [1, 2]
2026-05-19 05:31:15	TRACE	SQLOperation	select ImprintPublisher.name as ImprintPublisher_name, ImprintPublisher.id as ImprintPublisher_id, printingWorkLocation.street as printingWorkLocation_street, printingWorkLocation.id as printingWorkLocation_id, category.name as category_name, category.id as category_id from ImprintPublisher left outer join Address as printingWorkLocation on ImprintPublisher.printingWorkLocationId = printingWorkLocation.id left outer join BusinessCategory as category on ImprintPublisher.categoryId = category.id where ImprintPublisher.id in (?, ?) | {1=1, 2=2}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.ImprintPublisher
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#1
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.ImprintPublisher
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#2
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.ImprintPublisher#2
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from ImprintPublisher where id = ? | {1={ImprintPublisher.id=2}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [2]
2026-05-19 05:31:15	TRACE	SQLOperation	select ImprintPublisher.name as ImprintPublisher_name, ImprintPublisher.id as ImprintPublisher_id, printingWorkLocation.street as printingWorkLocation_street, printingWorkLocation.id as printingWorkLocation_id, category.name as category_name, category.id as category_id from ImprintPublisher left outer join Address as printingWorkLocation on ImprintPublisher.printingWorkLocationId = printingWorkLocation.id left outer join BusinessCategory as category on ImprintPublisher.categoryId = category.id where ImprintPublisher.id in (?) | {1=2}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$ManyToOne_MappedSuperClass
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToMany_Embedded
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Device(name varchar(255), street varchar(255), id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Review(ranking integer not null, id int not null, location_locationId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Review add constraint FK_Review_location_locationId_Device_id foreign key(location_locationId) references Device(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Device(name, street, id) values (?, ?, ?) | {1={Device.name=UPS, Device.id=o.c.s.i.PersistableIdentifier@13, Device.street=221B Baker Street}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Review(ranking, id, location_locationId) values (?, ?, ?) | {1={Review.ranking=0, Review.id=o.c.s.i.PersistableIdentifier@3, Review.location_locationId=o.c.s.i.PersistableIdentifier@13}, 2={Review.ranking=0, Review.id=o.c.s.i.PersistableIdentifier@2, Review.location_locationId=o.c.s.i.PersistableIdentifier@13}, 3={Review.ranking=0, Review.id=o.c.s.i.PersistableIdentifier@1, Review.location_locationId=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Review.ranking as Review_ranking, Review.id as Review_id from Device left outer join Review as Review on Device.id = Review.location_locationId where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Review.ranking as Review_ranking, Review.id as Review_id from Device left outer join Review as Review on Device.id = Review.location_locationId where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Review set ranking = ?, location_locationId = ? where id = ? | {1={Review.ranking (U)=0, Review.id (W)=o.c.s.i.PersistedIdentifier@3, Review.location_locationId (U)=o.c.s.i.PersistableIdentifier@13}, 2={Review.ranking (U)=0, Review.id (W)=o.c.s.i.PersistedIdentifier@1, Review.location_locationId (U)=o.c.s.i.PersistableIdentifier@13}, 3={Review.ranking (U)=0, Review.id (W)=o.c.s.i.PersistedIdentifier@2, Review.location_locationId (U)=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Review(ranking, id, location_locationId) values (?, ?, ?) | {1={Review.ranking=0, Review.id=o.c.s.i.PersistableIdentifier@4, Review.location_locationId=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Review.ranking as Review_ranking, Review.id as Review_id from Device left outer join Review as Review on Device.id = Review.location_locationId where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Review where id = ? | {1={Review.id=o.c.s.i.PersistableIdentifier@4}, 2={Review.id=o.c.s.i.PersistableIdentifier@3}, 3={Review.id=o.c.s.i.PersistableIdentifier@2}, 4={Review.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Review.ranking as Review_ranking, Review.id as Review_id from Device left outer join Review as Review on Device.id = Review.location_locationId where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2026-05-19 05:31:15	TRACE	SQLOperation	select Review.ranking as Review_ranking, Review.id as Review_id from Review where Review.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Device(name varchar(255), street varchar(255), id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Review(ranking integer not null, id int not null, location_locationId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Review add constraint FK_Review_location_locationId_Device_id foreign key(location_locationId) references Device(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Device(name, street, id) values (?, ?, ?) | {1={Device.street=221B Baker Street, Device.id=o.c.s.i.PersistableIdentifier@13, Device.name=UPS}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Review(ranking, id, location_locationId) values (?, ?, ?) | {1={Review.location_locationId=o.c.s.i.PersistableIdentifier@13, Review.id=o.c.s.i.PersistableIdentifier@1, Review.ranking=0}, 2={Review.location_locationId=o.c.s.i.PersistableIdentifier@13, Review.id=o.c.s.i.PersistableIdentifier@2, Review.ranking=0}, 3={Review.location_locationId=o.c.s.i.PersistableIdentifier@13, Review.id=o.c.s.i.PersistableIdentifier@3, Review.ranking=0}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Review.ranking as Review_ranking, Review.id as Review_id from Device left outer join Review as Review on Device.id = Review.location_locationId where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Review.ranking as Review_ranking, Review.id as Review_id from Device left outer join Review as Review on Device.id = Review.location_locationId where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Review set ranking = ?, location_locationId = ? where id = ? | {1={Review.location_locationId (U)=o.c.s.i.PersistableIdentifier@13, Review.id (W)=o.c.s.i.PersistedIdentifier@1, Review.ranking (U)=0}, 2={Review.location_locationId (U)=o.c.s.i.PersistableIdentifier@13, Review.id (W)=o.c.s.i.PersistedIdentifier@3, Review.ranking (U)=0}, 3={Review.location_locationId (U)=o.c.s.i.PersistableIdentifier@13, Review.id (W)=o.c.s.i.PersistedIdentifier@2, Review.ranking (U)=0}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Review(ranking, id, location_locationId) values (?, ?, ?) | {1={Review.location_locationId=o.c.s.i.PersistableIdentifier@13, Review.id=o.c.s.i.PersistableIdentifier@4, Review.ranking=0}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Review.ranking as Review_ranking, Review.id as Review_id from Device left outer join Review as Review on Device.id = Review.location_locationId where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Review where id = ? | {1={Review.id=o.c.s.i.PersistableIdentifier@1}, 2={Review.id=o.c.s.i.PersistableIdentifier@2}, 3={Review.id=o.c.s.i.PersistableIdentifier@4}, 4={Review.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Review.ranking as Review_ranking, Review.id as Review_id from Device left outer join Review as Review on Device.id = Review.location_locationId where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2026-05-19 05:31:15	TRACE	SQLOperation	select Review.ranking as Review_ranking, Review.id as Review_id from Review where Review.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToMany_Embedded
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToMany_MappedSuperClass
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Address(street varchar(255) not null, id int not null, cityId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table City(name varchar(255) not null, id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Review(ranking integer not null, id int not null, locationId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Address add constraint FK_Address_cityId_City_id foreign key(cityId) references City(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Review add constraint FK_Review_locationId_Address_id foreign key(locationId) references Address(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@111}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Address(street, id, cityId) values (?, ?, ?) | {1={Address.street=221B Baker Street, Address.cityId=o.c.s.i.PersistableIdentifier@111, Address.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Review(ranking, id, locationId) values (?, ?, ?) | {1={Review.ranking=0, Review.locationId=o.c.s.i.PersistableIdentifier@42, Review.id=o.c.s.i.PersistableIdentifier@1}, 2={Review.ranking=0, Review.locationId=o.c.s.i.PersistableIdentifier@42, Review.id=o.c.s.i.PersistableIdentifier@3}, 3={Review.ranking=0, Review.locationId=o.c.s.i.PersistableIdentifier@42, Review.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:15	TRACE	SQLOperation	select Address.street as Address_street, Address.id as Address_id, city.name as city_name, city.id as city_id, Review.ranking as Review_ranking, Review.id as Review_id from Address left outer join City as city on Address.cityId = city.id left outer join Review as Review on Address.id = Review.locationId where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:15	TRACE	SQLOperation	select Address.street as Address_street, Address.id as Address_id, city.name as city_name, city.id as city_id, Review.ranking as Review_ranking, Review.id as Review_id from Address left outer join City as city on Address.cityId = city.id left outer join Review as Review on Address.id = Review.locationId where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Review set ranking = ?, locationId = ? where id = ? | {1={Review.locationId (U)=o.c.s.i.PersistableIdentifier@42, Review.ranking (U)=0, Review.id (W)=o.c.s.i.PersistedIdentifier@1}, 2={Review.locationId (U)=o.c.s.i.PersistableIdentifier@42, Review.ranking (U)=0, Review.id (W)=o.c.s.i.PersistedIdentifier@3}, 3={Review.locationId (U)=o.c.s.i.PersistableIdentifier@42, Review.ranking (U)=0, Review.id (W)=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Review(ranking, id, locationId) values (?, ?, ?) | {1={Review.ranking=0, Review.locationId=o.c.s.i.PersistableIdentifier@42, Review.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:15	TRACE	SQLOperation	select Address.street as Address_street, Address.id as Address_id, city.name as city_name, city.id as city_id, Review.ranking as Review_ranking, Review.id as Review_id from Address left outer join City as city on Address.cityId = city.id left outer join Review as Review on Address.id = Review.locationId where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Review where id = ? | {1={Review.id=o.c.s.i.PersistableIdentifier@1}, 2={Review.id=o.c.s.i.PersistableIdentifier@4}, 3={Review.id=o.c.s.i.PersistableIdentifier@3}, 4={Review.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Address where id = ? | {1={Address.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2026-05-19 05:31:15	TRACE	SQLOperation	select Review.ranking as Review_ranking, Review.id as Review_id from Review where Review.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToMany_MappedSuperClass
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToOne_Embedded
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table City(name varchar(255) not null, id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Device(name varchar(255), street varchar(255), id int not null, location_cityId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_location_cityId_City_id foreign key(location_cityId) references City(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=France, City.id=o.c.s.i.PersistableIdentifier@111}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Device(name, street, id, location_cityId) values (?, ?, ?, ?) | {1={Device.name=UPS, Device.street=221B Baker Street, Device.location_cityId=o.c.s.i.PersistableIdentifier@111, Device.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, location_city.name as location_city_name, location_city.id as location_city_id from Device left outer join City as location_city on Device.location_cityId = location_city.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, location_city.name as location_city_name, location_city.id as location_city_id from Device left outer join City as location_city on Device.location_cityId = location_city.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Spain, City.id=o.c.s.i.PersistableIdentifier@22}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Device set name = ?, street = ?, location_cityId = ? where id = ? | {1={Device.location_cityId (U)=o.c.s.i.PersistableIdentifier@22, Device.name (U)=UPS, Device.street (U)=221B Baker Street, Device.id (W)=o.c.s.i.PersistedIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@111}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, location_city.name as location_city_name, location_city.id as location_city_id from Device left outer join City as location_city on Device.location_cityId = location_city.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistableIdentifier@22}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:15	TRACE	SQLOperation	select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, location_city.name as location_city_name, location_city.id as location_city_id from Device left outer join City as location_city on Device.location_cityId = location_city.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@22]
2026-05-19 05:31:15	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistableIdentifier@22}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToOne_Embedded
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToOne_MappedSuperClass
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Address(street varchar(255) not null, id int not null, cityId int, countryId int, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table City(name varchar(255) not null, id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Country(name varchar(255) not null, id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Address add constraint FK_Address_cityId_City_id foreign key(cityId) references City(id)
2026-05-19 05:31:15	DEBUG	DDLDeployer	alter table Address add constraint FK_Address_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@111, City.name=Grenoble}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Country(name, id) values (?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@11, Country.name=France}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Address(street, id, cityId, countryId) values (?, ?, ?, ?) | {1={Address.cityId=o.c.s.i.PersistableIdentifier@111, Address.countryId=o.c.s.i.PersistableIdentifier@11, Address.id=o.c.s.i.PersistableIdentifier@42, Address.street=221B Baker Street}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:15	TRACE	SQLOperation	select Address.street as Address_street, Address.id as Address_id, city.name as city_name, city.id as city_id, country.name as country_name, country.id as country_id from Address left outer join City as city on Address.cityId = city.id left outer join Country as country on Address.countryId = country.id where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:15	TRACE	SQLOperation	select Address.street as Address_street, Address.id as Address_id, city.name as city_name, city.id as city_id, country.name as country_name, country.id as country_id from Address left outer join City as city on Address.cityId = city.id left outer join Country as country on Address.countryId = country.id where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Country(name, id) values (?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@22, Country.name=France}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Address set street = ?, cityId = ?, countryId = ? where id = ? | {1={Address.countryId (U)=o.c.s.i.PersistableIdentifier@22, Address.cityId (U)=o.c.s.i.PersistableIdentifier@111, Address.id (W)=o.c.s.i.PersistedIdentifier@42, Address.street (U)=221B Baker Street}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@11}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:15	TRACE	SQLOperation	select Address.street as Address_street, Address.id as Address_id, city.name as city_name, city.id as city_id, country.name as country_name, country.id as country_id from Address left outer join City as city on Address.cityId = city.id left outer join Country as country on Address.countryId = country.id where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Address#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Address where id = ? | {1={Address.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@22}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:15	TRACE	SQLOperation	select Address.street as Address_street, Address.id as Address_id, city.name as city_name, city.id as city_id, country.name as country_name, country.id as country_id from Address left outer join City as city on Address.cityId = city.id left outer join Country as country on Address.countryId = country.id where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@22]
2026-05-19 05:31:15	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@22}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest$OneToOne_MappedSuperClass
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s - in org.codefilarete.stalactite.engine.FluentEmbeddableWithRelationMappingConfigurationSupportTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Country(versionWithoutAccessor integer not null, name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Country(name, description, id, versionWithoutAccessor) values (?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@0, Country.versionWithoutAccessor=1, Country.name=France}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:15	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.versionWithoutAccessor as Country_versionWithoutAccessor, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Country set name = ?, description = ?, versionWithoutAccessor = ? where versionWithoutAccessor = ? and id = ? | {1={Country.description (U)=null, Country.versionWithoutAccessor (U)=2, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.versionWithoutAccessor (W)=1, Country.name (U)=Toto}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:15	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.versionWithoutAccessor as Country_versionWithoutAccessor, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Country set name = ?, description = ?, versionWithoutAccessor = ? where versionWithoutAccessor = ? and id = ? | {1={Country.description (U)=null, Country.versionWithoutAccessor (U)=3, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.versionWithoutAccessor (W)=2, Country.name (U)=Tutu}}
2026-05-19 05:31:15	DEBUG	DDLDeployer	create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	insert into Country(name, description, id, modificationDate) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.name=France, Country.modificationDate=2026-05-19T05:31:15.994}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:15	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.modificationDate as Country_modificationDate, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:15	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:15	TRACE	SQLOperation	update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.description (U)=null, Country.name (U)=Toto, Country.modificationDate (U)=2026-05-19T05:31:15.995, Country.modificationDate (W)=2026-05-19T05:31:15.994}}
2026-05-19 05:31:15	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:15	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.modificationDate as Country_modificationDate, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:15	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null, Country.name (U)=Tutu, Country.modificationDate (U)=2026-05-19T05:31:16.001, Country.modificationDate (W)=2026-05-19T05:31:15.995}}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Country(version integer not null, name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Country(name, description, id, version) values (?, ?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.version=1}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:16	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.version as Country_version, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.name (U)=Toto, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.description (U)=null, Country.version (U)=2, Country.version (W)=1}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:16	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.version as Country_version, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.name (U)=Tutu, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null, Country.version (U)=3, Country.version (W)=2}}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Country(version integer not null, name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Country(name, description, id, version) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France, Country.version=1, Country.description=null}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:16	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.version as Country_version, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.name (U)=Tata, Country.version (U)=2, Country.version (W)=1, Country.description (U)=null}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Country where version = ? and id = ? | {1={Country.version=1, Country.id=o.c.s.i.PersistableIdentifier@0}}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest
[INFO] Running org.codefilarete.stalactite.engine.diff.CollectionDifferTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.codefilarete.stalactite.engine.diff.CollectionDifferTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.id=o.c.s.i.PersistedIdentifier@794a5d5d-d907-4abb-970e-9837e3c1ecb3, Toto.creationDate=Tue May 19 05:31:16 UTC 2026, Toto.modificationDate=Tue May 19 05:31:16 UTC 2026}}
2026-05-19 05:31:16	TRACE	SQLOperation	select readonlyProperty from Toto | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@a11b3221-a5ba-4e5c-a6c8-287cbaf41abd}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@a11b3221-a5ba-4e5c-a6c8-287cbaf41abd]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@a11b3221-a5ba-4e5c-a6c8-287cbaf41abd}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name from Toto | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), possibleStates varchar(255), unique (id))
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, possibleStates) values (?, ?) | {Toto.possibleStates=IN_PROGRESS, DONE, Toto.id=o.c.s.i.PersistedIdentifier@06e11897-20ff-49fb-9837-73ed78022508}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@06e11897-20ff-49fb-9837-73ed78022508]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.possibleStates as Toto_possibleStates, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistedIdentifier@06e11897-20ff-49fb-9837-73ed78022508}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=null}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:16	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into countryTable(countryCreatedAt, id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?, ?) | {1={countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019, countryTable.countryCreatedAt=Mon Jan 01 00:00:00 UTC 2018, countryTable.presidentName=François, countryTable.name=France, countryTable.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Tue May 19 05:31:16 UTC 2026, Toto.modificationDate=Tue May 19 05:31:16 UTC 2026, Toto.id=o.c.s.i.PersistableIdentifier@cfeda378-5bd3-43dc-86b6-4f4199c09e74}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@cfeda378-5bd3-43dc-86b6-4f4199c09e74]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.creationDate as Toto_creationDate, Toto.modificationDate as Toto_modificationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@cfeda378-5bd3-43dc-86b6-4f4199c09e74}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(name varchar(255) not null, firstName varchar(255) not null, id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, possibleStates varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(possibleStates, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@a7538875-c6e9-49a2-a754-03f9f4c62dec, Toto.possibleStates=[IN_PROGRESS, DONE]}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@a7538875-c6e9-49a2-a754-03f9f4c62dec]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.possibleStates as Toto_possibleStates, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@a7538875-c6e9-49a2-a754-03f9f4c62dec}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into countryTable(id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?) | {1={countryTable.id=o.c.s.i.PersistableIdentifier@1, countryTable.name=France, countryTable.presidentName=François, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019}}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=null, PersonWithGender.gender=null, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:16	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@c0a4c8d5-3b0d-4b54-bf0b-6f8be0d99179}}
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@85937728-374f-4c4d-bbf1-866683b1de89, Toto.name=TOTO}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@85937728-374f-4c4d-bbf1-866683b1de89]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@85937728-374f-4c4d-bbf1-866683b1de89}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Toto set name = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistedIdentifier@85937728-374f-4c4d-bbf1-866683b1de89, Toto.name (U)=TITI}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@85937728-374f-4c4d-bbf1-866683b1de89]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@85937728-374f-4c4d-bbf1-866683b1de89}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name from Toto | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.gender=MALE}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update PersonWithGender set gender = ?, name = ? where id = ? | {1={PersonWithGender.name (U)=null, PersonWithGender.id (W)=o.c.s.i.PersistableIdentifier@1, PersonWithGender.gender (U)=null}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:16	TRACE	SQLOperation	select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(name varchar(255), firstName varchar(255), id varchar(36) not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistedIdentifier@09bfcf92-33b5-458a-9fe6-d025ee1817d9, Toto.firstName=null}}
2026-05-19 05:31:16	TRACE	SQLOperation	select firstName from Toto | {}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@09bfcf92-33b5-458a-9fe6-d025ee1817d9]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.firstName as Toto_firstName, Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistedIdentifier@09bfcf92-33b5-458a-9fe6-d025ee1817d9}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	TRACE	SQLOperation	select firstName from Toto | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(firstName, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistedIdentifier@6eb5f500-ac86-4178-b204-7211e3fd1586, Toto.firstName=null}}
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:31:16	TRACE	SQLOperation	update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@6eb5f500-ac86-4178-b204-7211e3fd1586}
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@01552570-bee2-4d8e-8a8b-8cccfdb78502}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@01552570-bee2-4d8e-8a8b-8cccfdb78502]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@01552570-bee2-4d8e-8a8b-8cccfdb78502}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id varchar(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {Toto.name=toto, Toto.id=o.c.s.i.PersistedIdentifier@06663932-52ce-4336-8e5e-23fa1e9bbb4a}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@06663932-52ce-4336-8e5e-23fa1e9bbb4a]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistedIdentifier@06663932-52ce-4336-8e5e-23fa1e9bbb4a}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name from Toto | {}
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapEnum
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255) not null, id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender varchar(255), id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=toto}}
2026-05-19 05:31:16	TRACE	SQLOperation	select * from PersonWithGender | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:16	TRACE	SQLOperation	select * from PersonWithGender | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender INT, id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:16	TRACE	SQLOperation	select * from PersonWithGender | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), fieldWithoutAccessor VARCHAR(255), id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into PersonWithGender(fieldWithoutAccessor, id, name) values (?, ?, ?) | {1={PersonWithGender.fieldWithoutAccessor=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=toto}}
2026-05-19 05:31:16	TRACE	SQLOperation	select * from PersonWithGender | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table PersonWithGender(name varchar(255), gender integer, id int not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=toto}}
2026-05-19 05:31:16	TRACE	SQLOperation	select * from PersonWithGender | {}
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapEnum
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, unique (id))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_id_Toto_id foreign key(id) references Toto(id)
2026-05-19 05:31:16	DEBUG	DDLDeployer	alter table Titi add constraint FK_Titi_id_Toto_id foreign key(id) references Toto(id)
2026-05-19 05:31:16	DEBUG	DDLDeployer	alter table Tutu add constraint FK_Tutu_id_Toto_id foreign key(id) references Toto(id)
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Titi(id, prop1) values (?, ?) | {1={Titi.prop1=dummy firstName, Titi.id=o.c.s.i.PersistableIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Tutu(firstName, id) values (?, ?) | {1={Tutu.firstName=null, Tutu.id=o.c.s.i.PersistableIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Tata(id, name) values (?, ?) | {1={Tata.id=o.c.s.i.PersistableIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195, Tata.name=dummy name}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.id as Toto_id, Titi.prop1 as Titi_prop1, Titi.id as Titi_id, Tutu.firstName as Tutu_firstName, Tutu.id as Tutu_id, Tata.name as Tata_name, Tata.id as Tata_id from Toto left outer join Titi as Titi on Toto.id = Titi.id left outer join Tutu as Tutu on Toto.id = Tutu.id left outer join Tata as Tata on Toto.id = Tata.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Titi set prop1 = ? where id = ? | {1={Titi.prop1 (U)=another dummy firstName, Titi.id (W)=o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Tata set name = ? where id = ? | {1={Tata.id (W)=o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195, Tata.name (U)=another dummy name}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.id as Toto_id, Titi.prop1 as Titi_prop1, Titi.id as Titi_id, Tutu.firstName as Tutu_firstName, Tutu.id as Tutu_id, Tata.name as Tata_name, Tata.id as Tata_id from Toto left outer join Titi as Titi on Toto.id = Titi.id left outer join Tutu as Tutu on Toto.id = Tutu.id left outer join Tata as Tata on Toto.id = Tata.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Titi where id = ? | {1={Titi.id=o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Tutu where id = ? | {1={Tutu.id=o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Tata where id = ? | {1={Tata.id=o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@05d514bd-2ac4-4932-83c2-ab801dcb9195}}
2026-05-19 05:31:16	TRACE	SQLOperation	select id from Toto union all select id from Tata | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(identifier) values (?) | {1={Toto.identifier=o.c.s.i.PersistableIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Tata(identifier, name) values (?, ?) | {1={Tata.name=dummy value, Tata.identifier=o.c.s.i.PersistableIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.identifier as Toto_identifier, Tata.name as Tata_name, Tata.identifier as Tata_identifier from Toto left outer join Tata as Tata on Toto.identifier = Tata.identifier where Toto.identifier in (?) | {1=o.c.s.i.PersistableIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Tata set name = ? where identifier = ? | {1={Tata.name (U)=another dummy value, Tata.identifier (W)=o.c.s.i.PersistedIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.identifier as Toto_identifier, Tata.name as Tata_name, Tata.identifier as Tata_identifier from Toto left outer join Tata as Tata on Toto.identifier = Tata.identifier where Toto.identifier in (?) | {1=o.c.s.i.PersistableIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@1a30b8f2-7185-48f4-b77c-e40fb8f1a543}}
2026-05-19 05:31:16	TRACE	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(123), unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2026-05-19 05:31:16	DEBUG	DDLDeployer	alter table Tutu add constraint FK_Tutu_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(identifier) values (?) | {1={Toto.identifier=o.c.s.i.PersistableIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Tata(identifier, name) values (?, ?) | {1={Tata.name=dummy name, Tata.identifier=o.c.s.i.PersistableIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Tutu(firstName, identifier) values (?, ?) | {1={Tutu.firstName=dummy firstName, Tutu.identifier=o.c.s.i.PersistableIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.identifier as Toto_identifier, Tata.name as Tata_name, Tata.identifier as Tata_identifier, Tutu.firstName as Tutu_firstName, Tutu.identifier as Tutu_identifier from Toto left outer join Tata as Tata on Toto.identifier = Tata.identifier left outer join Tutu as Tutu on Toto.identifier = Tutu.identifier where Toto.identifier in (?) | {1=o.c.s.i.PersistableIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Tata set name = ? where identifier = ? | {1={Tata.name (U)=another dummy name, Tata.identifier (W)=o.c.s.i.PersistedIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	update Tutu set firstName = ? where identifier = ? | {1={Tutu.firstName (U)=another dummy firstName, Tutu.identifier (W)=o.c.s.i.PersistedIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.identifier as Toto_identifier, Tata.name as Tata_name, Tata.identifier as Tata_identifier, Tutu.firstName as Tutu_firstName, Tutu.identifier as Tutu_identifier from Toto left outer join Tata as Tata on Toto.identifier = Tata.identifier left outer join Tutu as Tutu on Toto.identifier = Tutu.identifier where Toto.identifier in (?) | {1=o.c.s.i.PersistableIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Tutu where identifier = ? | {1={Tutu.identifier=o.c.s.i.PersistedIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}}
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@1cc7aa64-c738-4be8-83d2-7409bbc51bf9}}
2026-05-19 05:31:16	TRACE	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, dummyName varchar(255), unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2026-05-19 05:31:16	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@275605f1-014c-436e-84fb-4285886e76a0}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@275605f1-014c-436e-84fb-4285886e76a0]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@275605f1-014c-436e-84fb-4285886e76a0}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(label varchar(255), identifier VARCHAR(255) not null, unique (identifier))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(identifier, label) values (?, ?) | {1={Toto.identifier=o.c.s.i.PersistableIdentifier@51b19cab-c2a6-411a-86ed-c29320cc364f, Toto.label=null}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@51b19cab-c2a6-411a-86ed-c29320cc364f]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.label as Toto_label, Toto.identifier as Toto_identifier from Toto where Toto.identifier in (?) | {1=o.c.s.i.PersistableIdentifier@51b19cab-c2a6-411a-86ed-c29320cc364f}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Hello, Toto.id=o.c.s.i.PersistableIdentifier@a7989642-fb4e-4468-8744-54d850dc87b6}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@a7989642-fb4e-4468-8744-54d850dc87b6]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@a7989642-fb4e-4468-8744-54d850dc87b6}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@272c995c-7801-4562-ac6c-f7150f40621d, Toto.name=Tutu}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@272c995c-7801-4562-ac6c-f7150f40621d]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@272c995c-7801-4562-ac6c-f7150f40621d}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@372ef331-0820-4c9e-b12d-7aa39c5b2c39}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@372ef331-0820-4c9e-b12d-7aa39c5b2c39]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@372ef331-0820-4c9e-b12d-7aa39c5b2c39}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UsingConstructor
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@a684d672-0544-424b-92d8-ea184874c794}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@a684d672-0544-424b-92d8-ea184874c794]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@a684d672-0544-424b-92d8-ea184874c794}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(name varchar(255), uUID varchar(36) not null, unique (uUID))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(name, uUID) values (?, ?) | {1={Toto.name=Tutu, Toto.uUID=be34146f-907c-4c55-ba8e-1c43457a2583}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [be34146f-907c-4c55-ba8e-1c43457a2583]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.uUID as Toto_uUID from Toto where Toto.uUID in (?) | {1=be34146f-907c-4c55-ba8e-1c43457a2583}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(name varchar(255), uUID varchar(36) not null, unique (uUID))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(name, uUID) values (?, ?) | {1={Toto.name=Tutu, Toto.uUID=0a3698e9-0b1e-4d76-8a1a-cb8cb2a671b0}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [0a3698e9-0b1e-4d76-8a1a-cb8cb2a671b0]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.uUID as Toto_uUID from Toto where Toto.uUID in (?) | {1=0a3698e9-0b1e-4d76-8a1a-cb8cb2a671b0}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(name varchar(255), id VARCHAR(255) not null, unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@921291ca-9510-4713-a18a-16ede781317e, Toto.name=Tutu}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@921291ca-9510-4713-a18a-16ede781317e]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@921291ca-9510-4713-a18a-16ede781317e}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(name varchar(255), myId VARCHAR(255) not null, unique (myId))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(myId, name) values (?, ?) | {1={Toto.name=Tutu, Toto.myId=o.c.s.i.PersistableIdentifier@3414a1c8-9269-41ca-ac0d-b71605748c02}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@3414a1c8-9269-41ca-ac0d-b71605748c02]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.myId as Toto_myId from Toto where Toto.myId in (?) | {1=o.c.s.i.PersistableIdentifier@3414a1c8-9269-41ca-ac0d-b71605748c02}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@ed95b6d2-d408-405f-ba83-93423d5bf9bd}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@ed95b6d2-d408-405f-ba83-93423d5bf9bd]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@ed95b6d2-d408-405f-ba83-93423d5bf9bd}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@28807fb2-c113-48e6-8b78-3cee89a7ff25}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@28807fb2-c113-48e6-8b78-3cee89a7ff25]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@28807fb2-c113-48e6-8b78-3cee89a7ff25}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:16	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:16	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@e58cae32-1daf-4576-9604-d97cc670cdc0}}
2026-05-19 05:31:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@e58cae32-1daf-4576-9604-d97cc670cdc0]
2026-05-19 05:31:16	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@e58cae32-1daf-4576-9604-d97cc670cdc0}
2026-05-19 05:31:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UsingConstructor
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(name varchar(255), uid varchar(36) not null, unique (uid))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(name varchar(255), id varchar(36) not null, unique (id))
2026-05-19 05:31:16	DEBUG	DDLDeployer	create table Toto(name varchar(255), uid varchar(36) not null, unique (uid))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@4f6cd409-553f-49f9-b20f-80799e84078e, Toto.name=Tutu}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@4f6cd409-553f-49f9-b20f-80799e84078e]
2026-05-19 05:31:17	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@4f6cd409-553f-49f9-b20f-80799e84078e}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=toto}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_nicknames(id, nicknames) values (?, ?) | {1={Person_nicknames.nicknames=tintin, Person_nicknames.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_nicknames.nicknames=tonton, Person_nicknames.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_nicknames.nicknames as Person_nicknames_nicknames, Person_nicknames.id as Person_nicknames_id from Person left outer join Person_nicknames as Person_nicknames on Person.id = Person_nicknames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	delete from Person_nicknames where id = ? and nicknames = ? | {1={Person_nicknames.id=o.c.s.i.PersistedIdentifier@1, Person_nicknames.nicknames=tonton}, 2={Person_nicknames.id=o.c.s.i.PersistedIdentifier@1, Person_nicknames.nicknames=tintin}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:17	TRACE	SQLOperation	select nickNames from Person_nicknames | {}
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=toto}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_nicknames(id, nicknames) values (?, ?) | {1={Person_nicknames.id=o.c.s.i.PersistableIdentifier@1, Person_nicknames.nicknames=tonton}, 2={Person_nicknames.id=o.c.s.i.PersistableIdentifier@1, Person_nicknames.nicknames=tintin}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_nicknames.nicknames as Person_nicknames_nicknames, Person_nicknames.id as Person_nicknames_id from Person left outer join Person_nicknames as Person_nicknames on Person.id = Person_nicknames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_nicknames(id, nicknames) values (?, ?) | {1={Person_nicknames.id=o.c.s.i.PersistedIdentifier@1, Person_nicknames.nicknames=toutou}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_nicknames.nicknames as Person_nicknames_nicknames, Person_nicknames.id as Person_nicknames_id from Person left outer join Person_nicknames as Person_nicknames on Person.id = Person_nicknames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=toto}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_nicknames(id, nicknames) values (?, ?) | {1={Person_nicknames.nicknames=tonton, Person_nicknames.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_nicknames.nicknames as Person_nicknames_nicknames, Person_nicknames.id as Person_nicknames_id from Person left outer join Person_nicknames as Person_nicknames on Person.id = Person_nicknames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=toto, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_nicknames(id, nicknames) values (?, ?) | {1={Person_nicknames.id=o.c.s.i.PersistableIdentifier@1, Person_nicknames.nicknames=d}, 2={Person_nicknames.id=o.c.s.i.PersistableIdentifier@1, Person_nicknames.nicknames=c}, 3={Person_nicknames.id=o.c.s.i.PersistableIdentifier@1, Person_nicknames.nicknames=b}, 4={Person_nicknames.id=o.c.s.i.PersistableIdentifier@1, Person_nicknames.nicknames=a}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_nicknames.nicknames as Person_nicknames_nicknames, Person_nicknames.id as Person_nicknames_id from Person left outer join Person_nicknames as Person_nicknames on Person.id = Person_nicknames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=toto, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_nicknames(id, nicknames) values (?, ?) | {1={Person_nicknames.nicknames=tonton, Person_nicknames.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_nicknames.nicknames=tintin, Person_nicknames.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_nicknames.nicknames as Person_nicknames_nicknames, Person_nicknames.id as Person_nicknames_id from Person left outer join Person_nicknames as Person_nicknames on Person.id = Person_nicknames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	delete from Person_nicknames where id = ? and nicknames = ? | {1={Person_nicknames.nicknames=tintin, Person_nicknames.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_nicknames.nicknames as Person_nicknames_nicknames, Person_nicknames.id as Person_nicknames_id from Person left outer join Person_nicknames as Person_nicknames on Person.id = Person_nicknames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_nicknames(id, nicknames) values (?, ?) | {1={Person_nicknames.nicknames=John Do, Person_nicknames.id=o.c.s.i.PersistableIdentifier@666}, 2={Person_nicknames.nicknames=Jane Do, Person_nicknames.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Country(description, id, name, presidentId) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.description=null, Country.name=Toto}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into City(id, name) values (?, ?) | {1={City.name=null, City.id=o.c.s.i.PersistableIdentifier@222}, 2={City.name=null, City.id=o.c.s.i.PersistableIdentifier@111}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Country_cities(cities_id, country_id) values (?, ?) | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@222, Country_cities.country_id=o.c.s.i.PersistableIdentifier@42}, 2={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@111, Country_cities.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:17	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest$OnSubEntity
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest$OnSubEntity
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest$Complex_CRUD
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Toto_possibleStates(id VARCHAR(255), possibleStates integer, unique (id, possibleStates))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Toto_possibleStates add constraint FK_Toto_possibleStates_id_Toto_id foreign key(id) references Toto(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@300ac0b7-7c42-4743-ad70-12d2f398922b, Toto.name=toto}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Toto_possibleStates(id, possibleStates) values (?, ?) | {1={Toto_possibleStates.possibleStates=DONE, Toto_possibleStates.id=o.c.s.i.PersistableIdentifier@300ac0b7-7c42-4743-ad70-12d2f398922b}, 2={Toto_possibleStates.possibleStates=IN_PROGRESS, Toto_possibleStates.id=o.c.s.i.PersistableIdentifier@300ac0b7-7c42-4743-ad70-12d2f398922b}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@300ac0b7-7c42-4743-ad70-12d2f398922b]
2026-05-19 05:31:17	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id, Toto_possibleStates.possibleStates as Toto_possibleStates_possibleStates, Toto_possibleStates.id as Toto_possibleStates_id from Toto left outer join Toto_possibleStates as Toto_possibleStates on Toto.id = Toto_possibleStates.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@300ac0b7-7c42-4743-ad70-12d2f398922b}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@300ac0b7-7c42-4743-ad70-12d2f398922b
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@300ac0b7-7c42-4743-ad70-12d2f398922b
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), createdAt timestamp, modificationDate timestamp, unique (id, createdAt, modificationDate))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_toto_id foreign key(id) references toto(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into toto(id, name) values (?, ?) | {1={toto.name=toto, toto.id=o.c.s.i.PersistableIdentifier@5cf2c59b-dbd0-43cf-a680-3c270e9f5a4e}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Toto_times(createdAt, id, modificationDate) values (?, ?, ?) | {1={Toto_times.createdAt=Thu May 21 05:31:17 UTC 2026, Toto_times.modificationDate=Thu May 21 05:31:17 UTC 2026, Toto_times.id=o.c.s.i.PersistableIdentifier@5cf2c59b-dbd0-43cf-a680-3c270e9f5a4e}, 2={Toto_times.createdAt=Wed May 20 05:31:17 UTC 2026, Toto_times.modificationDate=Wed May 20 05:31:17 UTC 2026, Toto_times.id=o.c.s.i.PersistableIdentifier@5cf2c59b-dbd0-43cf-a680-3c270e9f5a4e}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@5cf2c59b-dbd0-43cf-a680-3c270e9f5a4e]
2026-05-19 05:31:17	TRACE	SQLOperation	select toto.name as toto_name, toto.id as toto_id, Toto_times.createdAt as Toto_times_createdAt, Toto_times.modificationDate as Toto_times_modificationDate, Toto_times.id as Toto_times_id from toto left outer join Toto_times as Toto_times on toto.id = Toto_times.id where toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@5cf2c59b-dbd0-43cf-a680-3c270e9f5a4e}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@5cf2c59b-dbd0-43cf-a680-3c270e9f5a4e
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@5cf2c59b-dbd0-43cf-a680-3c270e9f5a4e
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), creationDate timestamp, modificationDate timestamp, unique (id, creationDate, modificationDate))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_Toto_id foreign key(id) references Toto(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@2b4a9d24-bdc1-4d08-bf87-68830e103d57}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Toto_times(creationDate, id, modificationDate) values (?, ?, ?) | {1={Toto_times.modificationDate=Wed May 20 05:31:17 UTC 2026, Toto_times.creationDate=Wed May 20 05:31:17 UTC 2026, Toto_times.id=o.c.s.i.PersistableIdentifier@2b4a9d24-bdc1-4d08-bf87-68830e103d57}, 2={Toto_times.modificationDate=Thu May 21 05:31:17 UTC 2026, Toto_times.creationDate=Thu May 21 05:31:17 UTC 2026, Toto_times.id=o.c.s.i.PersistableIdentifier@2b4a9d24-bdc1-4d08-bf87-68830e103d57}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@2b4a9d24-bdc1-4d08-bf87-68830e103d57]
2026-05-19 05:31:17	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id, Toto_times.creationDate as Toto_times_creationDate, Toto_times.modificationDate as Toto_times_modificationDate, Toto_times.id as Toto_times_id from Toto left outer join Toto_times as Toto_times on Toto.id = Toto_times.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@2b4a9d24-bdc1-4d08-bf87-68830e103d57}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@2b4a9d24-bdc1-4d08-bf87-68830e103d57
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@2b4a9d24-bdc1-4d08-bf87-68830e103d57
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest$Complex_CRUD
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest$KeepOrder
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person_middleNames(id int, middleNames varchar(255), idx integer, unique (id, idx))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Person_middleNames add constraint FK_Person_middleNames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=toto, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_middleNames(id, idx, middleNames) values (?, ?, ?) | {1={Person_middleNames.idx=1, Person_middleNames.middleNames=Tata, Person_middleNames.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_middleNames.idx=2, Person_middleNames.middleNames=Titi, Person_middleNames.id=o.c.s.i.PersistableIdentifier@1}, 3={Person_middleNames.idx=0, Person_middleNames.middleNames=Toto, Person_middleNames.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_middleNames.idx as Person_middleNames_idx, Person_middleNames.middleNames as Person_middleNames_middleNames, Person_middleNames.id as Person_middleNames_id from Person left outer join Person_middleNames as Person_middleNames on Person.id = Person_middleNames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:17	TRACE	SQLOperation	delete from Person_middleNames where id = ? and idx = ? | {1={Person_middleNames.idx=2, Person_middleNames.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_middleNames.idx=1, Person_middleNames.id=o.c.s.i.PersistedIdentifier@1}, 3={Person_middleNames.idx=0, Person_middleNames.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:17	TRACE	SQLOperation	select middleNames from Person_middleNames | {}
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person_middleNames(id int, middleNames varchar(255), idx integer, unique (id, idx))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Person_middleNames add constraint FK_Person_middleNames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=toto}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_middleNames(id, idx, middleNames) values (?, ?, ?) | {1={Person_middleNames.middleNames=Toto, Person_middleNames.id=o.c.s.i.PersistableIdentifier@1, Person_middleNames.idx=0}, 2={Person_middleNames.middleNames=Tata, Person_middleNames.id=o.c.s.i.PersistableIdentifier@1, Person_middleNames.idx=2}, 3={Person_middleNames.middleNames=Titi, Person_middleNames.id=o.c.s.i.PersistableIdentifier@1, Person_middleNames.idx=1}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_middleNames.idx as Person_middleNames_idx, Person_middleNames.middleNames as Person_middleNames_middleNames, Person_middleNames.id as Person_middleNames_id from Person left outer join Person_middleNames as Person_middleNames on Person.id = Person_middleNames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Person_middleNames(id int, middleNames varchar(255), idx integer, unique (id, idx))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Person_middleNames add constraint FK_Person_middleNames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=toto, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_middleNames(id, idx, middleNames) values (?, ?, ?) | {1={Person_middleNames.idx=2, Person_middleNames.id=o.c.s.i.PersistableIdentifier@1, Person_middleNames.middleNames=Titi}, 2={Person_middleNames.idx=1, Person_middleNames.id=o.c.s.i.PersistableIdentifier@1, Person_middleNames.middleNames=Tata}, 3={Person_middleNames.idx=0, Person_middleNames.id=o.c.s.i.PersistableIdentifier@1, Person_middleNames.middleNames=Toto}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_middleNames.idx as Person_middleNames_idx, Person_middleNames.middleNames as Person_middleNames_middleNames, Person_middleNames.id as Person_middleNames_id from Person left outer join Person_middleNames as Person_middleNames on Person.id = Person_middleNames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	delete from Person_middleNames where id = ? and idx = ? | {1={Person_middleNames.id=o.c.s.i.PersistableIdentifier@1, Person_middleNames.idx=1}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Person_middleNames(id, idx, middleNames) values (?, ?, ?) | {1={Person_middleNames.idx=1, Person_middleNames.id=o.c.s.i.PersistedIdentifier@1, Person_middleNames.middleNames=Tutu}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:17	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_middleNames.idx as Person_middleNames_idx, Person_middleNames.middleNames as Person_middleNames_middleNames, Person_middleNames.id as Person_middleNames_id from Person left outer join Person_middleNames as Person_middleNames on Person.id = Person_middleNames.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:17	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), creationDate timestamp, modificationDate timestamp, idx integer, unique (id, idx))
2026-05-19 05:31:17	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_Toto_id foreign key(id) references Toto(id)
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Toto_times(creationDate, id, idx, modificationDate) values (?, ?, ?, ?) | {1={Toto_times.idx=1, Toto_times.creationDate=Thu May 21 05:31:17 UTC 2026, Toto_times.modificationDate=Thu May 21 05:31:17 UTC 2026, Toto_times.id=o.c.s.i.PersistableIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de}, 2={Toto_times.idx=0, Toto_times.creationDate=Wed May 20 05:31:17 UTC 2026, Toto_times.modificationDate=Wed May 20 05:31:17 UTC 2026, Toto_times.id=o.c.s.i.PersistableIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de]
2026-05-19 05:31:17	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id, Toto_times.idx as Toto_times_idx, Toto_times.creationDate as Toto_times_creationDate, Toto_times.modificationDate as Toto_times_modificationDate, Toto_times.id as Toto_times_id from Toto left outer join Toto_times as Toto_times on Toto.id = Toto_times.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:17	TRACE	SQLOperation	delete from Toto_times where id = ? and idx = ? | {1={Toto_times.idx=0, Toto_times.id=o.c.s.i.PersistableIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de}, 2={Toto_times.idx=1, Toto_times.id=o.c.s.i.PersistableIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de}}
2026-05-19 05:31:17	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:17	TRACE	SQLOperation	insert into Toto_times(creationDate, id, idx, modificationDate) values (?, ?, ?, ?) | {1={Toto_times.idx=0, Toto_times.creationDate=Thu May 21 05:31:17 UTC 2026, Toto_times.modificationDate=Thu May 21 05:31:17 UTC 2026, Toto_times.id=o.c.s.i.PersistedIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de}}
2026-05-19 05:31:17	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de]
2026-05-19 05:31:17	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id, Toto_times.idx as Toto_times_idx, Toto_times.creationDate as Toto_times_creationDate, Toto_times.modificationDate as Toto_times_modificationDate, Toto_times.id as Toto_times_id from Toto left outer join Toto_times as Toto_times on Toto.id = Toto_times.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de}
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:17	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto#o.c.s.i.PersistedIdentifier@f9cef793-cb49-4da1-9566-f158f794a4de
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest$KeepOrder
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest
[INFO] Running org.codefilarete.stalactite.engine.idprovider.PooledIdentifierProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.006 s - in org.codefilarete.stalactite.engine.idprovider.PooledIdentifierProviderTest
[INFO] Running org.codefilarete.stalactite.engine.idprovider.PooledSequenceIdentifierProviderTest
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table sequence_table(sequence_name varchar(255), next_val bigint, unique (sequence_name))
2026-05-19 05:31:19	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:31:19	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2026-05-19 05:31:19	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:31:19	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into sequence_table(sequence_name, next_val) values (?, ?) | {1={sequence_table.sequence_name=Toto, sequence_table.next_val=10}}
2026-05-19 05:31:19	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:31:19	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.sequence_name (W)=Toto, sequence_table.next_val (U)=20}}
2026-05-19 05:31:19	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:31:19	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.sequence_name (W)=Toto, sequence_table.next_val (U)=30}}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.codefilarete.stalactite.engine.idprovider.PooledSequenceIdentifierProviderTest
2026-05-19 05:31:19	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:31:19	TRACE	SQLOperation	select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.sequence_name (W)=Toto, sequence_table.next_val (U)=40}}
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.label=Lyon, Choice.id=o.c.s.i.PersistableIdentifier@17}, 2={Choice.label=Grenoble, Choice.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(answer_id, choices_id) values (?, ?) | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}, 2={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:19	TRACE	SQLOperation	select answer_id from answer_choices | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:19	TRACE	SQLOperation	select answer_id from answer_choices | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from choice | {}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select answer_id from answer_choices | {}
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Book_authors(book_id bigint not null, authors_id bigint not null, unique (book_id, authors_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Book_authors add constraint FK_Book_authors_authors_id_Author_id foreign key(authors_id) references Author(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Book_authors add constraint FK_Book_authors_book_id_Book_id foreign key(book_id) references Book(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book(title, isbn, price, id) values (?, ?, ?, default) | {1={Book.price=24.1, Book.isbn=AAA-BBB-CCC, Book.title=a first book}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Author(name, id) values (?, default) | {1={Author.name=John Doe}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book_authors(book_id, authors_id) values (?, ?) | {1={Book_authors.book_id=1, Book_authors.authors_id=1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book(title, isbn, price, id) values (?, ?, ?, default) | {1={Book.price=33.5, Book.isbn=XXX-YYY-ZZZ, Book.title=a second book}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Author(name, id) values (?, default) | {1={Author.name=Jane Doe}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Author.name as Author_name, Author.id as Author_id from Author where Author.id in (?) | {1=1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Author
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book_authors(book_id, authors_id) values (?, ?) | {1={Book_authors.book_id=2, Book_authors.authors_id=1}, 2={Book_authors.book_id=2, Book_authors.authors_id=2}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1, 2]
2026-05-19 05:31:19	TRACE	SQLOperation	select Book.title as Book_title, Book.isbn as Book_isbn, Book.price as Book_price, Book.id as Book_id, Book_authors_Author.name as Book_authors_Author_name, Book_authors_Author.id as Book_authors_Author_id from Book left outer join Book_authors as Book_authors on Book.id = Book_authors.book_id left outer join Author as Book_authors_Author on Book_authors.authors_id = Book_authors_Author.id where Book.id in (?, ?) | {1=1, 2=2}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Book_authors(book_id bigint not null, authors_id bigint not null, unique (book_id, authors_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Book_authors add constraint FK_Book_authors_authors_id_Author_id foreign key(authors_id) references Author(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Book_authors add constraint FK_Book_authors_book_id_Book_id foreign key(book_id) references Book(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book(title, isbn, price, id) values (?, ?, ?, default) | {1={Book.title=a first book, Book.isbn=AAA-BBB-CCC, Book.price=24.1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Author(name, id) values (?, default) | {1={Author.name=John Doe}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book_authors(book_id, authors_id) values (?, ?) | {1={Book_authors.book_id=1, Book_authors.authors_id=1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book(title, isbn, price, id) values (?, ?, ?, default) | {1={Book.title=a second book, Book.isbn=XXX-YYY-ZZZ, Book.price=33.5}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Author(name, id) values (?, default) | {1={Author.name=Jane Doe}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Author.name as Author_name, Author.id as Author_id from Author where Author.id in (?) | {1=1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Author
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book_authors(book_id, authors_id) values (?, ?) | {1={Book_authors.book_id=2, Book_authors.authors_id=1}, 2={Book_authors.book_id=2, Book_authors.authors_id=2}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1, 2]
2026-05-19 05:31:19	TRACE	SQLOperation	select Book.title as Book_title, Book.isbn as Book_isbn, Book.price as Book_price, Book.id as Book_id, Book_authors_Author.name as Book_authors_Author_name, Book_authors_Author.id as Book_authors_Author_id from Book left outer join Book_authors as Book_authors on Book.id = Book_authors.book_id left outer join Author as Book_authors_Author on Book_authors.authors_id = Book_authors_Author.id where Book.id in (?, ?) | {1=1, 2=2}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Book_authors(book_id bigint not null, authors_id bigint not null, unique (book_id, authors_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Book_authors add constraint FK_Book_authors_book_id_Book_id foreign key(book_id) references Book(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Book_authors add constraint FK_Book_authors_authors_id_Author_id foreign key(authors_id) references Author(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book(title, isbn, price, id) values (?, ?, ?, default) | {1={Book.isbn=AAA-BBB-CCC, Book.title=a first book, Book.price=24.1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Author(name, id) values (?, default) | {1={Author.name=John Doe}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book_authors(book_id, authors_id) values (?, ?) | {1={Book_authors.authors_id=1, Book_authors.book_id=1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book(title, isbn, price, id) values (?, ?, ?, default) | {1={Book.isbn=XXX-YYY-ZZZ, Book.title=a second book, Book.price=33.5}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Author(name, id) values (?, default) | {1={Author.name=Jane Doe}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Author.name as Author_name, Author.id as Author_id from Author where Author.id in (?) | {1=1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Author
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Book_authors(book_id, authors_id) values (?, ?) | {1={Book_authors.authors_id=1, Book_authors.book_id=2}, 2={Book_authors.authors_id=2, Book_authors.book_id=2}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1, 2]
2026-05-19 05:31:19	TRACE	SQLOperation	select Book.title as Book_title, Book.isbn as Book_isbn, Book.price as Book_price, Book.id as Book_id, Book_authors_Author.name as Book_authors_Author_name, Book_authors_Author.id as Book_authors_Author_id from Book left outer join Book_authors as Book_authors on Book.id = Book_authors.book_id left outer join Author as Book_authors_Author on Book_authors.authors_id = Book_authors_Author.id where Book.id in (?, ?) | {1=1, 2=2}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, myIdx integer, unique (answer_id, choices_id, myIdx))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}, 2={Answer.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.id=o.c.s.i.PersistableIdentifier@17, Choice.label=Lyon}, 2={Choice.id=o.c.s.i.PersistableIdentifier@13, Choice.label=Grenoble}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(myIdx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.myIdx=1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}, 2={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.myIdx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}, 3={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.myIdx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}, 4={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.myIdx=1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:19	TRACE	SQLOperation	select answer_id, choices_id, myIdx from answer_choices | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices.answer_id as Answer_choices_answer_id, Answer_choices.choices_id as Answer_choices_choices_id, Answer_choices.myIdx as Answer_choices_myIdx, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices.answer_id as Answer_choices_answer_id, Answer_choices.choices_id as Answer_choices_choices_id, Answer_choices.myIdx as Answer_choices_myIdx, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, myIdx integer, unique (answer_id, choices_id, myIdx))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_secondaryChoices(answer_id int not null, secondaryChoices_id int not null, myIdx2 integer, unique (answer_id, secondaryChoices_id, myIdx2))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_secondaryChoices add constraint FK_Answer_secondaryChoices_secondaryChoices_id_Choice_id foreign key(secondaryChoices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_secondaryChoices add constraint FK_Answer_secondaryChoices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}, 2={Answer.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.label=Lyon, Choice.id=o.c.s.i.PersistableIdentifier@17}, 2={Choice.label=Grenoble, Choice.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(myIdx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.myIdx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}, 2={Answer_choices.myIdx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}, 3={Answer_choices.myIdx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}, 4={Answer_choices.myIdx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@13]
2026-05-19 05:31:19	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@17, 2=o.c.s.i.PersistableIdentifier@13}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Choice
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Choice
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_secondaryChoices(myIdx2, answer_id, secondaryChoices_id) values (?, ?, ?) | {1={Answer_secondaryChoices.myIdx2=1, Answer_secondaryChoices.secondaryChoices_id=o.c.s.i.PersistableIdentifier@17, Answer_secondaryChoices.answer_id=o.c.s.i.PersistableIdentifier@1}, 2={Answer_secondaryChoices.myIdx2=2, Answer_secondaryChoices.secondaryChoices_id=o.c.s.i.PersistableIdentifier@17, Answer_secondaryChoices.answer_id=o.c.s.i.PersistableIdentifier@2}, 3={Answer_secondaryChoices.myIdx2=2, Answer_secondaryChoices.secondaryChoices_id=o.c.s.i.PersistableIdentifier@13, Answer_secondaryChoices.answer_id=o.c.s.i.PersistableIdentifier@1}, 4={Answer_secondaryChoices.myIdx2=1, Answer_secondaryChoices.secondaryChoices_id=o.c.s.i.PersistableIdentifier@13, Answer_secondaryChoices.answer_id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:19	TRACE	SQLOperation	select answer_id, choices_id, myIdx from answer_choices | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select answer_id, secondaryChoices_id, myIdx2 from answer_secondaryChoices | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices.answer_id as Answer_choices_answer_id, Answer_choices.choices_id as Answer_choices_choices_id, Answer_choices.myIdx as Answer_choices_myIdx, Answer_secondaryChoices.answer_id as Answer_secondaryChoices_answer_id, Answer_secondaryChoices.secondaryChoices_id as Answer_secondaryChoices_secondaryChoices_id, Answer_secondaryChoices.myIdx2 as Answer_secondaryChoices_myIdx2, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id, Answer_secondaryChoices_Choice.label as Answer_secondaryChoices_Choice_label, Answer_secondaryChoices_Choice.id as Answer_secondaryChoices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Answer_secondaryChoices as Answer_secondaryChoices on Answer.id = Answer_secondaryChoices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id left outer join Choice as Answer_secondaryChoices_Choice on Answer_secondaryChoices.secondaryChoices_id = Answer_secondaryChoices_Choice.id where Answer.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}, 2={Answer.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.id=o.c.s.i.PersistableIdentifier@17, Choice.label=Lyon}, 2={Choice.id=o.c.s.i.PersistableIdentifier@13, Choice.label=Grenoble}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(answer_id, choices_id) values (?, ?) | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2}, 2={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2}, 4={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select answer_id from answer_choices | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select answer_id from answer_choices | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from choice | {}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select answer_id from answer_choices | {}
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$CascadeAssociationOnly
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@100, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@42}, 2={Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@200, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 42 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 42 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Choice where id in (100, 200) | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Answer where id = 666 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Choice where id = 300 | {}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@300, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Choice where id = 300 | {}
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@42}, 2={Answer.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(answer_id, choices_id) values (?, ?) | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@666, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@300}, 2={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@100}, 3={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Answer where id in (42, 666) | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select choices_Id from Answer_choices where answer_id in (42, 666) | {}
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(comment varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer(comment, id) values (?, ?) | {1={Answer.comment=Hello world !, Answer.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(answer_id, choices_id) values (?, ?) | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@100}, 2={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.comment as Answer_comment, Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	TRACE	SQLOperation	select comment from Answer where id = 42 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select label from Choice where id = 100 | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.comment as Answer_comment, Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	TRACE	SQLOperation	select label from Choice where id = 100 | {}
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$CascadeAssociationOnly
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$CascadeAllOrphanRemoval
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@100}, 2={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@200}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistedIdentifier@100}, 2={Choice.id=o.c.s.i.PersistedIdentifier@200}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 42 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 42 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Choice where id in (100, 200) | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Answer where id = 666 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Choice where id = 300 | {}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@666, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@300}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistedIdentifier@300}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Choice where id = 300 | {}
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.label=Paris, Choice.id=o.c.s.i.PersistableIdentifier@0}, 2={Choice.label=Lyon, Choice.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(answer_id, choices_id) values (?, ?) | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@0, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@0}, 2={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	update Choice set label = ? where id = ? | {1={Choice.label (U)=changed, Choice.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@0, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.label=Grenoble, Choice.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(answer_id, choices_id) values (?, ?) | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$CascadeAllOrphanRemoval
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$CascadeAll
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.label=Paris, Choice.id=o.c.s.i.PersistableIdentifier@0}, 2={Choice.label=Lyon, Choice.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(answer_id, choices_id) values (?, ?) | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@0, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@0}, 2={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@0, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	update Choice set label = ? where id = ? | {1={Choice.label (U)=changed, Choice.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@0, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Choice(label, id) values (?, ?) | {1={Choice.label=Grenoble, Choice.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer_choices(answer_id, choices_id) values (?, ?) | {1={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@0, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:19	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.Answer
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.Answer#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@100}, 2={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@42, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@200}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 42 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 42 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Choice where id in (100, 200) | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Answer where id = 666 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Choice where id = 300 | {}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@666, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@300}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as answerCount from Answer where id = 666 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from Choice where id = 300 | {}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$CascadeAll
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$CascadeReadOnly
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from answer | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as relationCount from answer_choices | {}
2026-05-19 05:31:19	TRACE	SQLOperation	select count(*) as choiceCount from choice | {}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$CascadeReadOnly
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$ForeignKeyCreation
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Toto(left_side_id int not null, right_side_id int not null, unique (left_side_id, right_side_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Toto add constraint FK_Toto_right_side_id_Choice_id foreign key(right_side_id) references Choice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Toto add constraint FK_Toto_left_side_id_Answer_id foreign key(left_side_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table PossibleChoices(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_PossibleChoices_id foreign key(choices_id) references PossibleChoices(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, unique (answer_id, choices_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table MyChoice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_MyChoice_id foreign key(choices_id) references MyChoice(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest$ForeignKeyCreation
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManyTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, engineId bigint, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Engine(model, id) values (?, ?) | {1={Engine.model=XFE45K-TRE, Engine.id=1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Car(model, id, engineId) values (?, ?, ?) | {1={Car.engineId=1, Car.id=2, Car.model=Renault}}
2026-05-19 05:31:19	TRACE	SQLOperation	select id, model, Engine.id as engineId, Engine.model as engineModel from Car inner join Engine on Car.engineId = Engine.id | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [2]
2026-05-19 05:31:19	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, engine.model as engine_model, engine.id as engine_id from Car left outer join Engine as engine on Car.engineId = engine.id where Car.id in (?) | {1=2}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car#2
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Car(model varchar(255), name varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Car(model, name, id) values (?, ?, ?) | {1={Car.name=Toto, Car.model=Renault, Car.id=1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select id, model, name from Car | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Car.model as Car_model, Car.name as Car_name, Car.id as Car_id from Car where Car.id in (?) | {1=1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, AbstractVehicle.id as AbstractVehicle_id, Vehicle.id as Vehicle_id from Car inner join AbstractVehicle as AbstractVehicle on Car.id = AbstractVehicle.id inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {1=1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car#1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car#1
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create sequence CAR_SEQUENCE start with 1 increment by 1
2026-05-19 05:31:19	TRACE	SQLOperation	CALL NEXT VALUE FOR CAR_SEQUENCE | {}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=1, Car.model=Renault}}
2026-05-19 05:31:19	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint not null, carId bigint, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Engine(model, id, carId) values (?, ?, ?) | {1={Engine.carId=1, Engine.model=XFE45K-TRE, Engine.id=2}}
2026-05-19 05:31:19	TRACE	SQLOperation	select id, model, Engine.id as engineId, Engine.model as engineModel from Car inner join Engine on Car.id = Engine.carId | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, engine.model as engine_model, engine.id as engine_id from Car left outer join Engine as engine on Car.id = engine.carId where Car.id in (?) | {1=1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car#1
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest
[INFO] Running org.codefilarete.stalactite.engine.JoinColumnNamingStrategyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.codefilarete.stalactite.engine.JoinColumnNamingStrategyTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Town(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_id_City_id foreign key(id) references City(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(id) values (?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@1, City.id=o.c.s.i.PersistableIdentifier@17, City.name=Lyon}, 2={City.countryId=o.c.s.i.PersistableIdentifier@1, City.id=o.c.s.i.PersistableIdentifier@13, City.name=Grenoble}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Town(id) values (?) | {1={Town.id=o.c.s.i.PersistableIdentifier@17}, 2={Town.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:19	TRACE	SQLOperation	select countryId from city | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.id as Country_id, City.name as City_name, City.id as City_id, City.countryId as City_countryId, City_Town.id as City_Town_id from Country left outer join City as City on Country.id = City.countryId left outer join Town as City_Town on City.id = City_Town.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Town#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@17, City.name (U)=Lyon}}
2026-05-19 05:31:19	TRACE	SQLOperation	select countryId from city | {}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@13, City.name (U)=Grenoble}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select countryId from city | {}
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0, City.countryId=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1, City.countryId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France 2, Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0, o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@0, 2=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Paris, City.id (W)=o.c.s.i.PersistedIdentifier@0, City.countryId (U)=o.c.s.i.PersistableIdentifier@1}, 2={City.name (U)=Lyon, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.countryId (U)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.countryId=o.c.s.i.PersistableIdentifier@0, City.name=Paris}, 2={City.id=o.c.s.i.PersistableIdentifier@1, City.countryId=o.c.s.i.PersistableIdentifier@0, City.name=Lyon}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France 2, Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0, o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@0, 2=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@0, City.countryId (U)=o.c.s.i.PersistableIdentifier@1, City.name (U)=Paris}, 2={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.countryId (U)=o.c.s.i.PersistableIdentifier@1, City.name (U)=Lyon}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table city(country_id int, name varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table city add constraint FK_city_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into city(name, id, country_id) values (?, ?, ?) | {1={city.name=Paris, city.country_id=o.c.s.i.PersistableIdentifier@0, city.id=o.c.s.i.PersistableIdentifier@0}, 2={city.name=Lyon, city.country_id=o.c.s.i.PersistableIdentifier@0, city.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, city.name as city_name, city.id as city_id from Country left outer join city as city on Country.id = city.country_id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.name=France 2}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0, o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select city.name as city_name, city.id as city_id from city where city.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@0, 2=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	update city set name = ?, country_id = ? where id = ? | {1={city.name (U)=Paris, city.country_id (U)=o.c.s.i.PersistableIdentifier@1, city.id (W)=o.c.s.i.PersistedIdentifier@0}, 2={city.name (U)=Lyon, city.country_id (U)=o.c.s.i.PersistableIdentifier@1, city.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, city.name as city_name, city.id as city_id from Country left outer join city as city on Country.id = city.country_id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, country_id int, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into City(name, id, country_id) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris, City.country_id=o.c.s.i.PersistableIdentifier@0}, 2={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Lyon, City.country_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.country_id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.name=France 2}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0, o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@0, 2=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	update City set name = ?, country_id = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@0, City.name (U)=Paris, City.country_id (U)=o.c.s.i.PersistableIdentifier@1}, 2={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon, City.country_id (U)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.country_id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(id) values (?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@17}, 2={City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}, 2={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select Country_id, cities_id from Country_cities | {}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select Country_id from Country_cities | {}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:19	TRACE	SQLOperation	select id from city | {}
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:19	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@100, Country_cities.country_id=o.c.s.i.PersistedIdentifier@42}, 2={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@200, Country_cities.country_id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300, Country_cities.country_id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.name=null, Country.description=null}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@100, Country_cities.country_id=o.c.s.i.PersistableIdentifier@42}, 2={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@200, Country_cities.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:19	TRACE	SQLOperation	update Country set name = ?, description = ? where id = ? | {1={Country.id (W)=o.c.s.i.PersistedIdentifier@42, Country.name (U)=France, Country.description (U)=null}}
2026-05-19 05:31:19	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:19	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:19	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.description=null, Country.name=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@666, Country.description=null, Country.name=null}}
2026-05-19 05:31:19	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:19	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@300}, 2={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@100}, 3={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@200}}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris}, 2={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Lyon}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0}, 2={Country_cities.country_id=o.c.s.i.PersistableIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@1, City.name (U)=changed}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@2, City.name=Grenoble}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@100}, 2={City.id=o.c.s.i.PersistedIdentifier@200}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.countryId=o.c.s.i.PersistableIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=changed, City.countryId (U)=o.c.s.i.PersistedIdentifier@0, City.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Grenoble, City.countryId=o.c.s.i.PersistedIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@100, Country_cities.country_id=o.c.s.i.PersistedIdentifier@42}, 2={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@200, Country_cities.country_id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@100}, 2={City.id=o.c.s.i.PersistedIdentifier@200}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300, Country_cities.country_id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@300}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table State(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table State add constraint FK_State_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=Smelly cheese !, Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.countryId=o.c.s.i.PersistableIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into State(name, id, countryId) values (?, ?, ?) | {1={State.id=o.c.s.i.PersistableIdentifier@0, State.countryId=o.c.s.i.PersistableIdentifier@0, State.name=Isere}, 2={State.id=o.c.s.i.PersistableIdentifier@1, State.countryId=o.c.s.i.PersistableIdentifier@0, State.name=ain}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id, State.name as State_name, State.id as State_id from Country left outer join City as City on Country.id = City.countryId left outer join State as State on Country.id = State.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=changed, City.countryId (U)=o.c.s.i.PersistedIdentifier@0, City.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Grenoble, City.countryId=o.c.s.i.PersistedIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update State set name = ?, countryId = ? where id = ? | {1={State.id (W)=o.c.s.i.PersistableIdentifier@1, State.countryId (U)=null, State.name (U)=ain}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update State set name = ?, countryId = ? where id = ? | {1={State.id (W)=o.c.s.i.PersistableIdentifier@0, State.countryId (U)=o.c.s.i.PersistedIdentifier@0, State.name (U)=changed}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into State(name, id, countryId) values (?, ?, ?) | {1={State.id=o.c.s.i.PersistableIdentifier@2, State.countryId=o.c.s.i.PersistedIdentifier@0, State.name=ardeche}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id, State.name as State_name, State.id as State_id from Country left outer join City as City on Country.id = City.countryId left outer join State as State on Country.id = State.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	TRACE	SQLOperation	select id from State where id = 1 | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France, Country.description=Smelly cheese !}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0, Country_cities.country_id=o.c.s.i.PersistableIdentifier@0}, 2={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@1, Country_cities.country_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=changed, City.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0, Country_cities.country_id=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@2, Country_cities.country_id=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@100, City.countryId (U)=null, City.name (U)=null}, 2={City.id (W)=o.c.s.i.PersistedIdentifier@200, City.countryId (U)=null, City.name (U)=null}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0, City.countryId=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1, City.countryId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Paris, City.id (W)=o.c.s.i.PersistableIdentifier@0, City.countryId (U)=null}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=changed, City.id (W)=o.c.s.i.PersistableIdentifier@1, City.countryId (U)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@2, City.countryId=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0}, 2={Country_cities.country_id=o.c.s.i.PersistableIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=changed, City.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@100, Country_cities.country_id=o.c.s.i.PersistedIdentifier@42}, 2={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@200, Country_cities.country_id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300, Country_cities.country_id=o.c.s.i.PersistedIdentifier@666}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeReadOnly
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.name=France}}
2026-05-19 05:31:20	TRACE	SQLOperation	select id from country | {}
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as relationCount from country_cities | {}
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as cityCount from city | {}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeReadOnly
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Town(discotecCount integer not null, name varchar(255), id int not null, state int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_state_Country_id foreign key(state) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(id) values (?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@17, City.name=Lyon, City.countryId=o.c.s.i.PersistableIdentifier@1}, 2={City.id=o.c.s.i.PersistableIdentifier@13, City.name=Grenoble, City.countryId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	TRACE	SQLOperation	select countryId from city | {}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@17, City.name (U)=Lyon, City.countryId (U)=null}}
2026-05-19 05:31:20	TRACE	SQLOperation	select countryId from city | {}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@13, City.name (U)=Grenoble, City.countryId (U)=null}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	TRACE	SQLOperation	select countryId from city | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, myIdx integer, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(id) values (?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId, myIdx) values (?, ?, ?, ?) | {1={City.name=Lyon, City.myIdx=3, City.countryId=o.c.s.i.PersistableIdentifier@1, City.id=o.c.s.i.PersistableIdentifier@17}, 2={City.name=Paris, City.myIdx=1, City.countryId=o.c.s.i.PersistableIdentifier@1, City.id=o.c.s.i.PersistableIdentifier@23}, 3={City.name=Grenoble, City.myIdx=2, City.countryId=o.c.s.i.PersistableIdentifier@1, City.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:20	TRACE	SQLOperation	select name, myIdx from city | {}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.id as Country_id, City.name as City_name, City.id as City_id, City.myIdx as City_myIdx from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ?, myIdx = ? where id = ? | {1={City.name (U)=Grenoble, City.myIdx (U)=null, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set myIdx = ?, countryId = ? where id = ? | {1={City.myIdx (U)=2, City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.id (W)=o.c.s.i.PersistableIdentifier@17}, 2={City.myIdx (U)=1, City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.id (W)=o.c.s.i.PersistableIdentifier@23}}
2026-05-19 05:31:20	TRACE	SQLOperation	select name, myIdx from city | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@42, Country.name=France}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0, City.countryId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Country set name = ? where id = ? | {1={Country.name (U)=touched France, Country.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set countryId = ?, name = ? where id = ? | {1={City.name (U)=touched Paris, City.id (W)=o.c.s.i.PersistableIdentifier@0, City.countryId (U)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Paris, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.countryId (U)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	TRACE	SQLOperation	select name from City where id = 1 | {}
2026-05-19 05:31:20	TRACE	SQLOperation	select name from Country where id = 42 | {}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=touched Paris, City.id (W)=o.c.s.i.PersistedIdentifier@0, City.countryId (U)=null}, 2={City.name (U)=Paris, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.countryId (U)=null}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	TRACE	SQLOperation	select name from Country where id = 42 | {}
2026-05-19 05:31:20	TRACE	SQLOperation	select name from City where id = 1 | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$MappedBy
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table CityTable(myId int not null, myName varchar(255) not null, name varchar(255), unique (myId))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table myJoinTable(mycountry_id int not null, mycity_id int not null, unique (mycountry_id, mycity_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table myJoinTable add constraint FK_myJoinTable_mycountry_id_Country_id foreign key(mycountry_id) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table myJoinTable add constraint FK_myJoinTable_mycity_id_CityTable_myId foreign key(mycity_id) references CityTable(myId)
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest
[INFO] Running org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest
[INFO] Running org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest$keyColumnNames_primaryKeysTargetSameEntity_keyColumnNamesAreDifferent
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest$keyColumnNames_primaryKeysTargetSameEntity_keyColumnNamesAreDifferent
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEmbeddableMappingConfigurationSupportTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.codefilarete.stalactite.engine.FluentEmbeddableMappingConfigurationSupportTest
[INFO] Running org.codefilarete.stalactite.engine.ColumnNamingStrategyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.codefilarete.stalactite.engine.ColumnNamingStrategyTest
[INFO] Running org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest
[INFO] Running org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest
[INFO] Running org.codefilarete.stalactite.engine.cascade.AfterUpdateSupportTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.codefilarete.stalactite.engine.cascade.AfterUpdateSupportTest
[INFO] Running org.codefilarete.stalactite.engine.cascade.AfterDeleteByIdSupportTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.codefilarete.stalactite.engine.cascade.AfterDeleteByIdSupportTest
[INFO] Running org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest
[INFO] Running org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest
[INFO] Running org.codefilarete.stalactite.engine.cascade.AfterUpdateCollectionCascaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.codefilarete.stalactite.engine.cascade.AfterUpdateCollectionCascaderTest
[INFO] Running org.codefilarete.stalactite.engine.cascade.BeforeUpdateSupportTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.codefilarete.stalactite.engine.cascade.BeforeUpdateSupportTest
[INFO] Running org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.elementcollection.ElementCollectionResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.elementcollection.ElementCollectionResolverTest$Complex_CRUD
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Toto_possibleStates(id VARCHAR(255), possibleStates integer, unique (id, possibleStates))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Toto_possibleStates add constraint FK_Toto_possibleStates_id_Toto_id foreign key(id) references Toto(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.name=toto, Toto.id=o.c.s.i.PersistableIdentifier@572fc04e-16bb-4c89-9e51-639f40e20d95}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Toto_possibleStates(possibleStates, id) values (?, ?) | {1={Toto_possibleStates.possibleStates=IN_PROGRESS, Toto_possibleStates.id=o.c.s.i.PersistableIdentifier@572fc04e-16bb-4c89-9e51-639f40e20d95}, 2={Toto_possibleStates.possibleStates=DONE, Toto_possibleStates.id=o.c.s.i.PersistableIdentifier@572fc04e-16bb-4c89-9e51-639f40e20d95}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@572fc04e-16bb-4c89-9e51-639f40e20d95]
2026-05-19 05:31:20	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id, Toto_possibleStates.possibleStates as Toto_possibleStates_possibleStates, Toto_possibleStates.id as Toto_possibleStates_id from Toto left outer join Toto_possibleStates as Toto_possibleStates on Toto.id = Toto_possibleStates.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@572fc04e-16bb-4c89-9e51-639f40e20d95}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.e.ElementCollectionResolverTest$Toto
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.r.e.ElementCollectionResolverTest$Toto#o.c.s.i.PersistedIdentifier@572fc04e-16bb-4c89-9e51-639f40e20d95
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.e.ElementCollectionResolverTest$Toto
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.r.e.ElementCollectionResolverTest$Toto#o.c.s.i.PersistedIdentifier@572fc04e-16bb-4c89-9e51-639f40e20d95
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Toto_times(id VARCHAR(255), creationDate timestamp, modificationDate timestamp, unique (id, creationDate, modificationDate))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Toto_times add constraint FK_Toto_times_id_Toto_id foreign key(id) references Toto(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Toto(name, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@c09d22b8-54a2-45fb-8255-072996e6ae1a, Toto.name=toto}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Toto_times(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto_times.id=o.c.s.i.PersistableIdentifier@c09d22b8-54a2-45fb-8255-072996e6ae1a, Toto_times.modificationDate=Wed May 20 05:31:20 UTC 2026, Toto_times.creationDate=Wed May 20 05:31:20 UTC 2026}, 2={Toto_times.id=o.c.s.i.PersistableIdentifier@c09d22b8-54a2-45fb-8255-072996e6ae1a, Toto_times.modificationDate=Thu May 21 05:31:20 UTC 2026, Toto_times.creationDate=Thu May 21 05:31:20 UTC 2026}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@c09d22b8-54a2-45fb-8255-072996e6ae1a]
2026-05-19 05:31:20	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id, Toto_times.creationDate as Toto_times_creationDate, Toto_times.modificationDate as Toto_times_modificationDate, Toto_times.id as Toto_times_id from Toto left outer join Toto_times as Toto_times on Toto.id = Toto_times.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@c09d22b8-54a2-45fb-8255-072996e6ae1a}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.e.ElementCollectionResolverTest$Toto
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.r.e.ElementCollectionResolverTest$Toto#o.c.s.i.PersistedIdentifier@c09d22b8-54a2-45fb-8255-072996e6ae1a
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.e.ElementCollectionResolverTest$Toto
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.r.e.ElementCollectionResolverTest$Toto#o.c.s.i.PersistedIdentifier@c09d22b8-54a2-45fb-8255-072996e6ae1a
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City_persons(city_id int not null, persons_id int not null, unique (city_id, persons_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City_persons add constraint FK_City_persons_persons_id_Person_id foreign key(persons_id) references Person(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City_persons add constraint FK_City_persons_city_id_City_id foreign key(city_id) references City(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !, Country.name=France}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0, City.countryId=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1, City.countryId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=dummy person 2, Person.id=o.c.s.i.PersistableIdentifier@1}, 2={Person.name=dummy person 1, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person_nicknames(nicknames, id) values (?, ?) | {1={Person_nicknames.nicknames=tintin, Person_nicknames.id=o.c.s.i.PersistableIdentifier@0}, 2={Person_nicknames.nicknames=tonton, Person_nicknames.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City_persons(city_id, persons_id) values (?, ?) | {1={City_persons.persons_id=o.c.s.i.PersistableIdentifier@0, City_persons.city_id=o.c.s.i.PersistableIdentifier@0}, 2={City_persons.persons_id=o.c.s.i.PersistableIdentifier@1, City_persons.city_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id, City_City_persons_Person.name as City_City_persons_Person_name, City_City_persons_Person.id as City_City_persons_Person_id, City_City_persons_Person_Person_nicknames.nicknames as City_City_persons_Person_Person_nicknames_nicknames, City_City_persons_Person_Person_nicknames.id as City_City_persons_Person_Person_nicknames_id from Country left outer join City as City on Country.id = City.countryId left outer join City_persons as City_City_persons on City.id = City_City_persons.city_id left outer join Person as City_City_persons_Person on City_City_persons.persons_id = City_City_persons_Person.id left outer join Person_nicknames as City_City_persons_Person_Person_nicknames on City_City_persons_Person.id = City_City_persons_Person_Person_nicknames.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.codefilarete.stalactite.engine.configurer.resolver.elementcollection.ElementCollectionResolverTest$Complex_CRUD
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.codefilarete.stalactite.engine.configurer.resolver.elementcollection.ElementCollectionResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.onetomany.OneToManyResolverTest
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Bicycle(id int GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, color int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), countryId int, stateId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City_persons(city_id int not null, persons_id int not null, unique (city_id, persons_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_states(country_id int not null, states_id int not null, idx integer, unique (country_id, states_id, idx))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person_bicycles(person_id int not null, bicycles_id int not null, unique (person_id, bicycles_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table State(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_stateId_State_id foreign key(stateId) references State(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City_persons add constraint FK_City_persons_persons_id_Person_id foreign key(persons_id) references Person(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City_persons add constraint FK_City_persons_city_id_City_id foreign key(city_id) references City(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_states add constraint FK_Country_states_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_states add constraint FK_Country_states_states_id_State_id foreign key(states_id) references State(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Person_bicycles add constraint FK_Person_bicycles_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Person_bicycles add constraint FK_Person_bicycles_bicycles_id_Bicycle_id foreign key(bicycles_id) references Bicycle(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.name=Ile de France, State.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId, stateId) values (?, ?, ?, ?) | {1={City.stateId=null, City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@0}, 2={City.stateId=o.c.s.i.PersistableIdentifier@0, City.name=Lyon, City.countryId=o.c.s.i.PersistableIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=dummy person 2, Person.id=o.c.s.i.PersistableIdentifier@1}, 2={Person.name=dummy person 1, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Bicycle(color, id) values (?, default) | {1={Bicycle.color=Color[rgb=654321]}, 2={Bicycle.color=Color[rgb=123456]}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person_bicycles(person_id, bicycles_id) values (?, ?) | {1={Person_bicycles.bicycles_id=o.c.s.i.PersistedIdentifier@1, Person_bicycles.person_id=o.c.s.i.PersistableIdentifier@1}, 2={Person_bicycles.bicycles_id=o.c.s.i.PersistedIdentifier@2, Person_bicycles.person_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City_persons(city_id, persons_id) values (?, ?) | {1={City_persons.city_id=o.c.s.i.PersistableIdentifier@1, City_persons.persons_id=o.c.s.i.PersistableIdentifier@1}, 2={City_persons.city_id=o.c.s.i.PersistableIdentifier@0, City_persons.persons_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.id=o.c.s.i.PersistableIdentifier@1, State.name=Rhône}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select State.name as State_name, State.id as State_id from State where State.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.State
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_states(idx, country_id, states_id) values (?, ?, ?) | {1={Country_states.idx=1, Country_states.states_id=o.c.s.i.PersistableIdentifier@0, Country_states.country_id=o.c.s.i.PersistableIdentifier@0}, 2={Country_states.idx=2, Country_states.states_id=o.c.s.i.PersistableIdentifier@1, Country_states.country_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id, Country_states.country_id as Country_states_country_id, Country_states.states_id as Country_states_states_id, Country_states.idx as Country_states_idx, City_State.name as City_State_name, City_State.id as City_State_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, City_City_persons_Person.name as City_City_persons_Person_name, City_City_persons_Person.id as City_City_persons_Person_id, City_City_persons_Person_Person_bicycles_Bicycle.color as City_City_persons_Person_Person_bicycles_Bicycle_color, City_City_persons_Person_Person_bicycles_Bicycle.id as City_City_persons_Person_Person_bicycles_Bicycle_id from Country left outer join City as City on Country.id = City.countryId left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join State as City_State on City.stateId = City_State.id left outer join City_persons as City_City_persons on City.id = City_City_persons.city_id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Person as City_City_persons_Person on City_City_persons.persons_id = City_City_persons_Person.id left outer join Person_bicycles as City_City_persons_Person_Person_bicycles on City_City_persons_Person.id = City_City_persons_Person_Person_bicycles.person_id left outer join Bicycle as City_City_persons_Person_Person_bicycles_Bicycle on City_City_persons_Person_Person_bicycles.bicycles_id = City_City_persons_Person_Person_bicycles_Bicycle.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@1
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.onetomany.OneToManyResolverTest$AssociationTable
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_states(country_id int not null, states_id int not null, unique (country_id, states_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table State(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_states add constraint FK_Country_states_states_id_State_id foreign key(states_id) references State(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_states add constraint FK_Country_states_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0}, 2={Country_cities.country_id=o.c.s.i.PersistableIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.name=Isere, State.id=o.c.s.i.PersistableIdentifier@0}, 2={State.name=ain, State.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_states(country_id, states_id) values (?, ?) | {1={Country_states.states_id=o.c.s.i.PersistableIdentifier@0, Country_states.country_id=o.c.s.i.PersistableIdentifier@0}, 2={Country_states.states_id=o.c.s.i.PersistableIdentifier@1, Country_states.country_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=changed, City.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update State set name = ? where id = ? | {1={State.name (U)=changed, State.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country_states where country_id = ? and states_id = ? | {1={Country_states.states_id=o.c.s.i.PersistableIdentifier@1, Country_states.country_id=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.name=ardeche, State.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_states(country_id, states_id) values (?, ?) | {1={Country_states.states_id=o.c.s.i.PersistableIdentifier@2, Country_states.country_id=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	TRACE	SQLOperation	select id from State where id = 1 | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, id, presidentId) values (?, ?, ?) | {1={Country.name=France, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Person as Person on Country.presidentId = Person.id left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=New french president, Person.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Grenoble, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@0, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Person as Person on Country.presidentId = Person.id left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.codefilarete.stalactite.engine.configurer.resolver.onetomany.OneToManyResolverTest$AssociationTable
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.onetomany.OneToManyResolverTest$MappedBy
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table State(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table State add constraint FK_State_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France, Country.description=Smelly cheese !}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@0}, 2={City.name=Lyon, City.countryId=o.c.s.i.PersistableIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into State(name, id, countryId) values (?, ?, ?) | {1={State.id=o.c.s.i.PersistableIdentifier@0, State.countryId=o.c.s.i.PersistableIdentifier@0, State.name=Isere}, 2={State.id=o.c.s.i.PersistableIdentifier@1, State.countryId=o.c.s.i.PersistableIdentifier@0, State.name=ain}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id, State.name as State_name, State.id as State_id from Country left outer join City as City on Country.id = City.countryId left outer join State as State on Country.id = State.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=changed, City.countryId (U)=o.c.s.i.PersistedIdentifier@0, City.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Grenoble, City.countryId=o.c.s.i.PersistedIdentifier@0, City.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update State set name = ?, countryId = ? where id = ? | {1={State.id (W)=o.c.s.i.PersistableIdentifier@1, State.countryId (U)=null, State.name (U)=ain}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update State set name = ?, countryId = ? where id = ? | {1={State.id (W)=o.c.s.i.PersistableIdentifier@0, State.countryId (U)=o.c.s.i.PersistedIdentifier@0, State.name (U)=changed}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into State(name, id, countryId) values (?, ?, ?) | {1={State.id=o.c.s.i.PersistableIdentifier@2, State.countryId=o.c.s.i.PersistedIdentifier@0, State.name=ardeche}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id, State.name as State_name, State.id as State_id from Country left outer join City as City on Country.id = City.countryId left outer join State as State on Country.id = State.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	TRACE	SQLOperation	select id from State where id = 1 | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, id, presidentId) values (?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.countryId=o.c.s.i.PersistableIdentifier@0, City.name=Paris}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id, City.name as City_name, City.id as City_id from Country left outer join Person as Person on Country.presidentId = Person.id left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=New french president, Person.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.countryId (U)=o.c.s.i.PersistedIdentifier@0, City.name (U)=Paris}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.countryId=o.c.s.i.PersistedIdentifier@0, City.name=Grenoble}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id, City.name as City_name, City.id as City_id from Country left outer join Person as Person on Country.presidentId = Person.id left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.codefilarete.stalactite.engine.configurer.resolver.onetomany.OneToManyResolverTest$MappedBy
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.codefilarete.stalactite.engine.configurer.resolver.onetomany.OneToManyResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, description varchar(255), presidentId int, capitalId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(description, id, presidentId, capitalId) values (?, ?, ?, ?) | {1={Country.description=Smelly cheese !, Country.capitalId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0, Country.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id, City.name as City_name, City.id as City_id from Country left outer join Person as Person on Country.presidentId = Person.id left outer join City as City on Country.capitalId = City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(description, id, presidentId, capitalId) values (?, ?, ?, ?) | {1={Country.description=null, Country.capitalId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@1, Country.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id, City.name as City_name, City.id as City_id from Country left outer join Person as Person on Country.presidentId = Person.id left outer join City as City on Country.capitalId = City.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=French president renamed, Person.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=Paris renamed, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), stateId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, description varchar(255), presidentId int, capitalId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), vehicleId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table State(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Vehicle(id int not null, color int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_stateId_State_id foreign key(stateId) references State(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@42, Vehicle.color=Color[rgb=17]}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.vehicleId=o.c.s.i.PersistableIdentifier@42, Person.name=French president}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.id=o.c.s.i.PersistableIdentifier@0, State.name=Ile de France}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, stateId) values (?, ?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0, City.stateId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(description, id, presidentId, capitalId) values (?, ?, ?, ?) | {1={Country.description=Smelly cheese !, Country.capitalId=o.c.s.i.PersistableIdentifier@0, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id, City.name as City_name, City.id as City_id, Person_Vehicle.color as Person_Vehicle_color, Person_Vehicle.id as Person_Vehicle_id, City_State.name as City_State_name, City_State.id as City_State_id from Country left outer join Person as Person on Country.presidentId = Person.id left outer join City as City on Country.capitalId = City.id left outer join Vehicle as Person_Vehicle on Person.vehicleId = Person_Vehicle.id left outer join State as City_State on City.stateId = City_State.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistedIdentifier@0, Person.vehicleId (U)=o.c.s.i.PersistableIdentifier@42, Person.name (U)=French president}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistableIdentifier@42, Vehicle.color (U)=Color[rgb=17]}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, stateId = ? where id = ? | {1={City.name (U)=Paris, City.id (W)=o.c.s.i.PersistedIdentifier@0, City.stateId (U)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update State set name = ? where id = ? | {1={State.id (W)=o.c.s.i.PersistableIdentifier@0, State.name (U)=Ile de France}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(description, id, presidentId, capitalId) values (?, ?, ?, ?) | {1={Country.description=null, Country.capitalId=o.c.s.i.PersistableIdentifier@0, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id, City.name as City_name, City.id as City_id, Person_Vehicle.color as Person_Vehicle_color, Person_Vehicle.id as Person_Vehicle_id, City_State.name as City_State_name, City_State.id as City_State_id from Country left outer join Person as Person on Country.presidentId = Person.id left outer join City as City on Country.capitalId = City.id left outer join Vehicle as Person_Vehicle on Person.vehicleId = Person_Vehicle.id left outer join State as City_State on City.stateId = City_State.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.City#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ?, vehicleId = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistableIdentifier@0, Person.vehicleId (U)=o.c.s.i.PersistedIdentifier@42, Person.name (U)=French president renamed}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, stateId = ? where id = ? | {1={City.name (U)=Paris renamed, City.id (W)=o.c.s.i.PersistableIdentifier@0, City.stateId (U)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update State set name = ? where id = ? | {1={State.id (W)=o.c.s.i.PersistableIdentifier@0, State.name (U)=Ile de France renamed}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest$CascadeAll
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(countryId int, id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.description=Smelly cheese !}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris, City.countryId (U)=null}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Lyon, City.countryId=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=null}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.description=Smelly cheese !}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris, City.countryId (U)=null}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Lyon, City.countryId=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=null}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@42, City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistedIdentifier@42, City.id=o.c.s.i.PersistableIdentifier@1, City.name=Lyon}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistedIdentifier@42, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@42, City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Paris, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistedIdentifier@42, City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistedIdentifier@42, City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table City(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.description=Smelly cheese !}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@42, City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Paris, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistedIdentifier@42, City.name=Lyon, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistedIdentifier@42, City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, City.name as City_name, City.id as City_id from Country left outer join City as City on Country.id = City.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:20	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest$CascadeAll$Delete
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, description varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@100]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@100}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@100
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest$CascadeAll$Delete
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest$CascadeAll$Update
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !, Country.name=France}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Country set name = ?, description = ?, presidentId = ? where id = ? | {1={Country.presidentId (U)=null, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.description (U)=Smelly cheese !, Country.name (U)=France}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France, Country.description=Smelly cheese !, Country.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistableIdentifier@0, Person.name (U)=French president renamed}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=new French president}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Country set name = ?, description = ?, presidentId = ? where id = ? | {1={Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.name (U)=France, Country.description (U)=Smelly cheese !, Country.presidentId (U)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id, countryId) values (?, ?, ?) | {1={Person.name=French president, Person.countryId=o.c.s.i.PersistableIdentifier@0, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.id = Person.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ?, countryId = ? where id = ? | {1={Person.name (U)=French president renamed, Person.countryId (U)=o.c.s.i.PersistedIdentifier@0, Person.id (W)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.id = Person.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id, countryId) values (?, ?, ?) | {1={Person.name=new French president, Person.countryId=o.c.s.i.PersistedIdentifier@0, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ?, countryId = ? where id = ? | {1={Person.name (U)=French president renamed, Person.countryId (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.id = Person.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:20	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), presidentId int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@0, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.name=France}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !, Country.name=France}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Country set name = ?, description = ?, presidentId = ? where id = ? | {1={Country.presidentId (U)=null, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.description (U)=Smelly cheese !, Country.name (U)=France}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.description=Smelly cheese !, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=New French president, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Country set name = ?, description = ?, presidentId = ? where id = ? | {1={Country.description (U)=Smelly cheese !, Country.presidentId (U)=o.c.s.i.PersistableIdentifier@1, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.name (U)=France}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest$CascadeAll$Update
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest$CascadeAll$Insert
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.description=Smelly cheese !, Country.name=France, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.description=null, Country.name=France 2, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), presidentId int not null, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), countryId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id, countryId) values (?, ?, ?) | {1={Person.name=French president, Person.countryId=o.c.s.i.PersistableIdentifier@0, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France 2, Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ?, countryId = ? where id = ? | {1={Person.name (U)=Me !!, Person.countryId (U)=o.c.s.i.PersistableIdentifier@1, Person.id (W)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.id = Person.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as countryCount from Country | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !, Country.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=Me !!, Person.id (W)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=France 2, Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null, Country.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as countryCount from Country | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Country(id int not null, name varchar(255), description varchar(255), presidentId int, unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table Person(id int not null, name varchar(255), unique (id))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:20	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, Person.name as Person_name, Person.id as Person_id from Country left outer join Person as Person on Country.presidentId = Person.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest$CascadeAll$Insert
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest$CascadeAll
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s - in org.codefilarete.stalactite.engine.configurer.resolver.onetoone.OneToOneResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table E(propC integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propE integer not null, propD integer not null, propB integer not null, propA integer not null, unique (propC))
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into E(propE, propA, propB, propD, propC) values (?, ?, ?, ?, default) | {1={E.propB=0, E.propA=0, E.propE=0, E.propD=0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propE as E_propE, E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propC as E_propC from E where E.propC in (?) | {1=1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propE as E_propE, E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propC as E_propC from E where E.propC in (?) | {1=1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update E set propE = ?, propA = ?, propB = ?, propD = ? where propC = ? | {1={E.propB (U)=0, E.propA (U)=0, E.propD (U)=42, E.propE (U)=0, E.propC (W)=1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propE as E_propE, E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propC as E_propC from E where E.propC in (?) | {1=1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from E where propC = ? | {1={E.propC=1}}
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as count from E | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table E(propE integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, unique (propE))
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into E(propD, propE) values (?, default) | {1={E.propD=0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update E set propD = ? where propE = ? | {1={E.propD (U)=42, E.propE (W)=1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from E where propE = ? | {1={E.propE=1}}
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as count from E | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table D(propC integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, propA integer not null, unique (propC))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table E(propC integer not null, unique (propC))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table extraTable1(propE integer not null, propC integer not null, unique (propC))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table extraTable2(propB integer not null, propC integer not null, unique (propC))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table E add constraint FK_E_propC_D_propC foreign key(propC) references D(propC)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table extraTable1 add constraint FK_extraTable1_propC_E_propC foreign key(propC) references E(propC)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table extraTable2 add constraint FK_extraTable2_propC_D_propC foreign key(propC) references D(propC)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into D(propA, propD, propC) values (?, ?, default) | {1={D.propA=0, D.propD=0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into extraTable2(propB, propC) values (?, ?) | {1={extraTable2.propB=0, extraTable2.propC=1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into E(propC) values (?) | {1={E.propC=1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into extraTable1(propE, propC) values (?, ?) | {1={extraTable1.propE=0, extraTable1.propC=1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propC as E_propC, extraTable1.propE as extraTable1_propE, extraTable1.propC as extraTable1_propC, D.propA as D_propA, D.propD as D_propD, D.propC as D_propC, D_extraTable2.propB as D_extraTable2_propB, D_extraTable2.propC as D_extraTable2_propC from E inner join extraTable1 as extraTable1 on E.propC = extraTable1.propC inner join D as D on E.propC = D.propC inner join extraTable2 as D_extraTable2 on D.propC = D_extraTable2.propC where E.propC in (?) | {1=1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propC as E_propC, extraTable1.propE as extraTable1_propE, extraTable1.propC as extraTable1_propC, D.propA as D_propA, D.propD as D_propD, D.propC as D_propC, D_extraTable2.propB as D_extraTable2_propB, D_extraTable2.propC as D_extraTable2_propC from E inner join extraTable1 as extraTable1 on E.propC = extraTable1.propC inner join D as D on E.propC = D.propC inner join extraTable2 as D_extraTable2 on D.propC = D_extraTable2.propC where E.propC in (?) | {1=1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update extraTable1 set propE = ? where propC = ? | {1={extraTable1.propE (U)=17, extraTable1.propC (W)=1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update D set propA = ?, propD = ? where propC = ? | {1={D.propA (U)=0, D.propC (W)=1, D.propD (U)=42}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update extraTable2 set propB = ? where propC = ? | {1={extraTable2.propB (U)=19, extraTable2.propC (W)=1}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propC as E_propC, extraTable1.propE as extraTable1_propE, extraTable1.propC as extraTable1_propC, D.propA as D_propA, D.propD as D_propD, D.propC as D_propC, D_extraTable2.propB as D_extraTable2_propB, D_extraTable2.propC as D_extraTable2_propC from E inner join extraTable1 as extraTable1 on E.propC = extraTable1.propC inner join D as D on E.propC = D.propC inner join extraTable2 as D_extraTable2 on D.propC = D_extraTable2.propC where E.propC in (?) | {1=1}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from extraTable1 where propC = ? | {1={extraTable1.propC=1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from E where propC = ? | {1={E.propC=1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from extraTable2 where propC = ? | {1={extraTable2.propC=1}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from D where propC = ? | {1={D.propC=1}}
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as count from E | {}
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as count from D | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table E(propX varchar(255) not null, propY varchar(255) not null, propD integer not null, unique (propX, propY))
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into E(propD, propX, propY) values (?, ?, ?) | {1={E.propY=b, E.propD=0, E.propX=a}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propD as E_propD, E.propX as E_propX, E.propY as E_propY from E where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propD as E_propD, E.propX as E_propX, E.propY as E_propY from E where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update E set propD = ? where propX = ? and propY = ? | {1={E.propY (W)=b, E.propD (U)=42, E.propX (W)=a}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propD as E_propD, E.propX as E_propX, E.propY as E_propY from E where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from E where propX = ? and propY = ? | {1={E.propY=b, E.propX=a}}
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as count from E | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table D(propX varchar(255) not null, propY varchar(255) not null, propD integer not null, propB integer not null, propA integer not null, unique (propX, propY))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table E(propX varchar(255) not null, propY varchar(255) not null, propE integer not null, unique (propX, propY))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table E add constraint FK_f7ced221 foreign key(propX, propY) references D(propX, propY)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into D(propA, propB, propD, propX, propY) values (?, ?, ?, ?, ?) | {1={D.propD=0, D.propA=0, D.propY=b, D.propB=0, D.propX=a}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into E(propE, propX, propY) values (?, ?, ?) | {1={E.propX=a, E.propY=b, E.propE=0}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propE as E_propE, E.propX as E_propX, E.propY as E_propY, D.propA as D_propA, D.propB as D_propB, D.propD as D_propD, D.propX as D_propX, D.propY as D_propY from E inner join D as D on E.propX = D.propX and E.propY = D.propY where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propE as E_propE, E.propX as E_propX, E.propY as E_propY, D.propA as D_propA, D.propB as D_propB, D.propD as D_propD, D.propX as D_propX, D.propY as D_propY from E inner join D as D on E.propX = D.propX and E.propY = D.propY where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update E set propE = ? where propX = ? and propY = ? | {1={E.propX (W)=a, E.propY (W)=b, E.propE (U)=17}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	update D set propA = ?, propB = ?, propD = ? where propX = ? and propY = ? | {1={D.propD (U)=42, D.propA (U)=0, D.propY (W)=b, D.propB (U)=19, D.propX (W)=a}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propE as E_propE, E.propX as E_propX, E.propY as E_propY, D.propA as D_propA, D.propB as D_propB, D.propD as D_propD, D.propX as D_propX, D.propY as D_propY from E inner join D as D on E.propX = D.propX and E.propY = D.propY where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from E where propX = ? and propY = ? | {1={E.propX=a, E.propY=b}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	delete from D where propX = ? and propY = ? | {1={D.propY=b, D.propX=a}}
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as count from E | {}
2026-05-19 05:31:20	TRACE	SQLOperation	select count(*) as count from D | {}
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table D(propX varchar(255) not null, propY varchar(255) not null, propD integer not null, propA integer not null, unique (propX, propY))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table E(propX varchar(255) not null, propY varchar(255) not null, unique (propX, propY))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table extraTable1(propE integer not null, propX varchar(255) not null, propY varchar(255) not null, unique (propX, propY))
2026-05-19 05:31:20	DEBUG	DDLDeployer	create table extraTable2(propB integer not null, propX varchar(255) not null, propY varchar(255) not null, unique (propX, propY))
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table E add constraint FK_f7ced221 foreign key(propX, propY) references D(propX, propY)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table extraTable1 add constraint FK_4b2f9054 foreign key(propX, propY) references E(propX, propY)
2026-05-19 05:31:20	DEBUG	DDLDeployer	alter table extraTable2 add constraint FK_4cd65172 foreign key(propX, propY) references D(propX, propY)
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into D(propA, propD, propX, propY) values (?, ?, ?, ?) | {1={D.propA=0, D.propX=a, D.propY=b, D.propD=0}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into extraTable2(propB, propX, propY) values (?, ?, ?) | {1={extraTable2.propY=b, extraTable2.propB=0, extraTable2.propX=a}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into E(propX, propY) values (?, ?) | {1={E.propY=b, E.propX=a}}
2026-05-19 05:31:20	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:20	TRACE	SQLOperation	insert into extraTable1(propE, propX, propY) values (?, ?, ?) | {1={extraTable1.propE=0, extraTable1.propY=b, extraTable1.propX=a}}
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propX as E_propX, E.propY as E_propY, extraTable1.propE as extraTable1_propE, extraTable1.propX as extraTable1_propX, extraTable1.propY as extraTable1_propY, D.propA as D_propA, D.propD as D_propD, D.propX as D_propX, D.propY as D_propY, D_extraTable2.propB as D_extraTable2_propB, D_extraTable2.propX as D_extraTable2_propX, D_extraTable2.propY as D_extraTable2_propY from E inner join extraTable1 as extraTable1 on E.propX = extraTable1.propX and E.propY = extraTable1.propY inner join D as D on E.propX = D.propX and E.propY = D.propY inner join extraTable2 as D_extraTable2 on D.propX = D_extraTable2.propX and D.propY = D_extraTable2.propY where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:20	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:20	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2]
2026-05-19 05:31:20	TRACE	SQLOperation	select E.propX as E_propX, E.propY as E_propY, extraTable1.propE as extraTable1_propE, extraTable1.propX as extraTable1_propX, extraTable1.propY as extraTable1_propY, D.propA as D_propA, D.propD as D_propD, D.propX as D_propX, D.propY as D_propY, D_extraTable2.propB as D_extraTable2_propB, D_extraTable2.propX as D_extraTable2_propX, D_extraTable2.propY as D_extraTable2_propY from E inner join extraTable1 as extraTable1 on E.propX = extraTable1.propX and E.propY = extraTable1.propY inner join D as D on E.propX = D.propX and E.propY = D.propY inner join extraTable2 as D_extraTable2 on D.propX = D_extraTable2.propX and D.propY = D_extraTable2.propY where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update extraTable1 set propE = ? where propX = ? and propY = ? | {1={extraTable1.propE (U)=17, extraTable1.propY (W)=b, extraTable1.propX (W)=a}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update D set propA = ?, propD = ? where propX = ? and propY = ? | {1={D.propA (U)=0, D.propX (W)=a, D.propY (W)=b, D.propD (U)=42}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update extraTable2 set propB = ? where propX = ? and propY = ? | {1={extraTable2.propY (W)=b, extraTable2.propB (U)=19, extraTable2.propX (W)=a}}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2]
2026-05-19 05:31:21	TRACE	SQLOperation	select E.propX as E_propX, E.propY as E_propY, extraTable1.propE as extraTable1_propE, extraTable1.propX as extraTable1_propX, extraTable1.propY as extraTable1_propY, D.propA as D_propA, D.propD as D_propD, D.propX as D_propX, D.propY as D_propY, D_extraTable2.propB as D_extraTable2_propB, D_extraTable2.propX as D_extraTable2_propX, D_extraTable2.propY as D_extraTable2_propY from E inner join extraTable1 as extraTable1 on E.propX = extraTable1.propX and E.propY = extraTable1.propY inner join D as D on E.propX = D.propX and E.propY = D.propY inner join extraTable2 as D_extraTable2 on D.propX = D_extraTable2.propX and D.propY = D_extraTable2.propY where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest$CompositeId@fe2
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from extraTable1 where propX = ? and propY = ? | {1={extraTable1.propY=b, extraTable1.propX=a}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from E where propX = ? and propY = ? | {1={E.propY=b, E.propX=a}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from extraTable2 where propX = ? and propY = ? | {1={extraTable2.propY=b, extraTable2.propX=a}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from D where propX = ? and propY = ? | {1={D.propX=a, D.propY=b}}
2026-05-19 05:31:21	TRACE	SQLOperation	select count(*) as count from E | {}
2026-05-19 05:31:21	TRACE	SQLOperation	select count(*) as count from D | {}
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table E(propE integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, propB integer not null, propA integer not null, unique (propE))
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into E(propA, propB, propD, propE) values (?, ?, ?, default) | {1={E.propA=0, E.propB=0, E.propD=0}}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:21	TRACE	SQLOperation	select E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:21	TRACE	SQLOperation	select E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update E set propA = ?, propB = ?, propD = ? where propE = ? | {1={E.propA (U)=0, E.propB (U)=0, E.propD (U)=42, E.propE (W)=1}}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:21	TRACE	SQLOperation	select E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from E where propE = ? | {1={E.propE=1}}
2026-05-19 05:31:21	TRACE	SQLOperation	select count(*) as count from E | {}
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table D(propC integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, propB integer not null, propA integer not null, unique (propC))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table E(propC integer not null, propE integer not null, unique (propC))
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table E add constraint FK_E_propC_D_propC foreign key(propC) references D(propC)
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into D(propA, propB, propD, propC) values (?, ?, ?, default) | {1={D.propD=0, D.propB=0, D.propA=0}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into E(propE, propC) values (?, ?) | {1={E.propC=1, E.propE=0}}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:21	TRACE	SQLOperation	select E.propE as E_propE, E.propC as E_propC, D.propA as D_propA, D.propB as D_propB, D.propD as D_propD, D.propC as D_propC from E inner join D as D on E.propC = D.propC where E.propC in (?) | {1=1}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:21	TRACE	SQLOperation	select E.propE as E_propE, E.propC as E_propC, D.propA as D_propA, D.propB as D_propB, D.propD as D_propD, D.propC as D_propC from E inner join D as D on E.propC = D.propC where E.propC in (?) | {1=1}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update D set propA = ?, propB = ?, propD = ? where propC = ? | {1={D.propD (U)=42, D.propC (W)=1, D.propB (U)=0, D.propA (U)=0}}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:21	TRACE	SQLOperation	select E.propE as E_propE, E.propC as E_propC, D.propA as D_propA, D.propB as D_propB, D.propD as D_propD, D.propC as D_propC from E inner join D as D on E.propC = D.propC where E.propC in (?) | {1=1}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.c.r.AggregateResolverTest$E#1
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from E where propC = ? | {1={E.propC=1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from D where propC = ? | {1={D.propC=1}}
2026-05-19 05:31:21	TRACE	SQLOperation	select count(*) as count from E | {}
2026-05-19 05:31:21	TRACE	SQLOperation	select count(*) as count from D | {}
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.ReadWriteAccessPointResolverTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.codefilarete.stalactite.engine.configurer.ReadWriteAccessPointResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.builder.PrimaryKeyPropagationStepTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.engine.configurer.builder.PrimaryKeyPropagationStepTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.builder.embeddable.EmbeddableMappingBuilderTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.builder.embeddable.EmbeddableMappingBuilderTest$InternalProcessor
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.engine.configurer.builder.embeddable.EmbeddableMappingBuilderTest$InternalProcessor
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.codefilarete.stalactite.engine.configurer.builder.embeddable.EmbeddableMappingBuilderTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.builder.IdentificationStepTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.codefilarete.stalactite.engine.configurer.builder.IdentificationStepTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.builder.InheritanceMappingStepTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.codefilarete.stalactite.engine.configurer.builder.InheritanceMappingStepTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.builder.PersisterBuilderContextTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.codefilarete.stalactite.engine.configurer.builder.PersisterBuilderContextTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.builder.DefaultPersisterBuilderTest
2026-05-19 05:31:21	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:21	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:21	TRACE	SQLOperation	select AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:21	TRACE	SQLOperation	select AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.id as AbstractVehicle_id from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.model=Renault, Car.creationDate=Tue May 19 05:31:21 UTC 2026, Car.modificationDate=Tue May 19 05:31:21 UTC 2026, Car.color=Color[rgb=123], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into AbstractVehicle(creationDate, id, modificationDate) values (?, ?, ?) | {1={AbstractVehicle.creationDate=Tue May 19 05:31:21 UTC 2026, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.modificationDate=Tue May 19 05:31:21 UTC 2026}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Car(id, model) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:21	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.id as AbstractVehicle_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Car inner join AbstractVehicle as AbstractVehicle on Car.id = AbstractVehicle.id inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:21	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:21	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:21	TRACE	SQLOperation	select AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.id as AbstractVehicle_id, Vehicle.id as Vehicle_id from AbstractVehicle left outer join Vehicle as Vehicle on AbstractVehicle.id = Vehicle.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Car(id, model) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:21	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:21	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:21	DEBUG	SQLOperation	Result found in cache, statement will not be executed
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.color=Color[rgb=123], Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault, Car.creationDate=Tue May 19 05:31:21 UTC 2026, Car.modificationDate=Tue May 19 05:31:21 UTC 2026}}
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.codefilarete.stalactite.engine.configurer.builder.DefaultPersisterBuilderTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.builder.PrimaryKeyStepTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.codefilarete.stalactite.engine.configurer.builder.PrimaryKeyStepTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.id=1, Element.label=What's the answer to Life, the Universe and Everything ?, Element.DTYPE=QUESTION}}
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, default, ?) | {1={Element.DTYPE=QUESTION, Element.label=What's the answer to Life, the Universe and Everything ?}}
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.DTYPE=QUESTION, Element.id=1, Element.label=What's the answer to Life, the Universe and Everything ?}}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest$CompositeKey
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest$CompositeKey
[INFO] Running org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest$SingleColumnKey
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest$SingleColumnKey
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.id=1, Question.label=What's the answer to Life, the Universe and Everything ?}}
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Element(id) values (default) | {1={}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Element(id bigint not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Element(id) values (?) | {1={Element.id=1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.id=1, Question.label=What's the answer to Life, the Universe and Everything ?}}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.NamingConfigurationCollectorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.codefilarete.stalactite.engine.configurer.NamingConfigurationCollectorTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.PropertyMappingResolverTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.PropertyMappingResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceMetadataResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceMetadataResolverTest$ExtraTable
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceMetadataResolverTest$ExtraTable
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceMetadataResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest$Embedded
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest$Embedded
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest$Inheritance
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest$Inheritance
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest$OwnedByTarget
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest$OwnedByTarget
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest$OwnedBySource
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest$OwnedBySource
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.OneToOneMetadataResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceConfigurationResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceConfigurationResolverTest$MisconfigurationHandling
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceConfigurationResolverTest$MisconfigurationHandling
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceConfigurationResolverTest$Collect
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceConfigurationResolverTest$Collect
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.InheritanceConfigurationResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.RelationsMetadataResolverTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.RelationsMetadataResolverTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.dslresolver.TableLookupStepTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.codefilarete.stalactite.engine.configurer.dslresolver.TableLookupStepTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.OneToOneRelationConfigurerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.codefilarete.stalactite.engine.configurer.OneToOneRelationConfigurerTest
[INFO] Running org.codefilarete.stalactite.engine.configurer.ValueAccessPointVariantSupportTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.codefilarete.stalactite.engine.configurer.ValueAccessPointVariantSupportTest
[INFO] Running org.codefilarete.stalactite.engine.MapEntryTableNamingStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.codefilarete.stalactite.engine.MapEntryTableNamingStrategyTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.load.JoinRootTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.codefilarete.stalactite.engine.runtime.load.JoinRootTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=j.l.Object
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object j.l.Object#42
[INFO] Running org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.load.AbstractJoinNodeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.codefilarete.stalactite.engine.runtime.load.AbstractJoinNodeTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$OneToJoinTable
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Engine(id int not null, vehicleId int, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.color=Color[rgb=666]}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Engine(id, vehicleId) values (?, ?) | {1={Engine.vehicleId=o.c.s.i.PersistableIdentifier@1, Engine.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:21	TRACE	SQLOperation	select id from Vehicle | {}
2026-05-19 05:31:21	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:21	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:21	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.model as Vehicle_Car_model, Vehicle_Car.id as Vehicle_Car_id from Engine left outer join Vehicle as Vehicle on Engine.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Engine.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicle.color=Color[rgb=42]}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Engine set vehicleId = ? where id = ? | {1={Engine.vehicleId (U)=o.c.s.i.PersistableIdentifier@2, Engine.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:21	TRACE	SQLOperation	select id from Vehicle | {}
2026-05-19 05:31:21	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:21	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:21	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Car.model as Vehicle_Car_model, Vehicle_Car.id as Vehicle_Car_id from Engine left outer join Vehicle as Vehicle on Engine.vehicleId = Vehicle.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Engine.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:21	TRACE	SQLOperation	select id from Truck | {}
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Engine(id int not null, vehicleId int, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	create table Vehicle(id int not null, unique (id))
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:21	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Engine(id, vehicleId) values (?, ?) | {1={Engine.vehicleId=o.c.s.i.PersistableIdentifier@1, Engine.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:21	TRACE	SQLOperation	select * from Vehicle left outer join car on Vehicle.id = car.id | {}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:21	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.id as Vehicle_id, Vehicle_Car.model as Vehicle_Car_model, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id from Engine left outer join Vehicle as Vehicle on Engine.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Engine.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.model (U)=Peugeot, Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:21	TRACE	SQLOperation	select * from Vehicle left outer join car on Vehicle.id = car.id | {}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:21	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.id as Vehicle_id, Vehicle_Car.model as Vehicle_Car_model, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id from Engine left outer join Vehicle as Vehicle on Engine.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Engine.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:21	TRACE	SQLOperation	select * from Vehicle left outer join car on Vehicle.id = car.id | {}
2026-05-19 05:31:21	TRACE	SQLOperation	select id from Engine | {}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$OneToJoinTable
[INFO] Running org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD
2026-05-19 05:31:21	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.q Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.q = ? | {1=[42]}
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Toto(x, q, id) values (?, ?, ?) | {1={Toto.x=17, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.q=null}, 2={Toto.x=29, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.q=null}, 3={Toto.x=37, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.q=null}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Toto(x, q, id) values (?, ?, ?) | {1={Toto.x=43, Toto.id=o.c.s.i.PersistableIdentifier@4, Toto.q=null}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into TotoA(a, id) values (?, ?) | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1, TotoA.a=23}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2, TotoA.a=31}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into TotoB(b, id) values (?, ?) | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3, TotoB.b=41}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4, TotoB.b=53}}
2026-05-19 05:31:21	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2, o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]
2026-05-19 05:31:21	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:21	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2026-05-19 05:31:21	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:21	TRACE	SQLOperation	update TotoA set a = ? where id = ? | {1={TotoA.a (U)=123, TotoA.id (W)=o.c.s.i.PersistedIdentifier@1}, 2={TotoA.a (U)=131, TotoA.id (W)=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:21	TRACE	SQLOperation	update TotoB set b = ? where id = ? | {1={TotoB.id (W)=o.c.s.i.PersistedIdentifier@3, TotoB.b (U)=141}, 2={TotoB.id (W)=o.c.s.i.PersistedIdentifier@4, TotoB.b (U)=153}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from TotoB where id = ? | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:21	TRACE	SQLOperation	delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2026-05-19 05:31:21	TRACE	SQLOperation	delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto set x = ?, q = ? where id = ? | {1={Toto.x (U)=17, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={Toto.x (U)=29, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@2}, 3={Toto.x (U)=37, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto set x = ?, q = ? where id = ? | {1={Toto.x (U)=43, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:21	TRACE	SQLOperation	update TotoA set a = ? where id = ? | {1={TotoA.a (U)=123, TotoA.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.a (U)=131, TotoA.id (W)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:21	TRACE	SQLOperation	update TotoB set b = ? where id = ? | {1={TotoB.id (W)=o.c.s.i.PersistableIdentifier@3, TotoB.b (U)=141}, 2={TotoB.id (W)=o.c.s.i.PersistableIdentifier@4, TotoB.b (U)=153}}
2026-05-19 05:31:21	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.x = ? order by Toto.x asc | {1=42}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:21	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.x = ? | {1=42}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoA
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:21	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.j.JoinTablePolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:21	TRACE	SQLOperation	delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.cycle.AbstractCycleLoaderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.codefilarete.stalactite.engine.runtime.cycle.AbstractCycleLoaderTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.AssociationRecordInsertionCascaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.codefilarete.stalactite.engine.runtime.AssociationRecordInsertionCascaderTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@7}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.b=23, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.a=17, Toto.q=null}, 2={Toto.b=31, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.a=29, Toto.q=null}, 3={Toto.b=41, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.a=37, Toto.q=null}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.b=53, Toto.id=o.c.s.i.PersistableIdentifier@4, Toto.a=43, Toto.q=null}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Toto2(id, x, y, z) values (?, ?, ?, ?) | {1={Toto2.y=123, Toto2.z=-117, Toto2.x=117, Toto2.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto2.y=131, Toto2.z=-129, Toto2.x=129, Toto2.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto2.y=141, Toto2.z=-137, Toto2.x=137, Toto2.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	insert into Toto2(id, x, y, z) values (?, ?, ?, ?) | {1={Toto2.y=153, Toto2.z=-143, Toto2.x=143, Toto2.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2_z from Toto inner join Toto2 as Toto2 on Toto.id = Toto2.id where Toto.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@7, 2=o.c.s.i.PersistableIdentifier@13, 3=o.c.s.i.PersistableIdentifier@17}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto#o.c.s.i.PersistedIdentifier@7
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto#o.c.s.i.PersistedIdentifier@23
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2_z from Toto inner join Toto2 as Toto2 on Toto.id = Toto2.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@23}
2026-05-19 05:31:21	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2_z from Toto inner join Toto2 as Toto2 on Toto.id = Toto2.id where Toto.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@7, 2=o.c.s.i.PersistableIdentifier@13, 3=o.c.s.i.PersistableIdentifier@17}
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto#o.c.s.i.PersistedIdentifier@7
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto#o.c.s.i.PersistedIdentifier@13
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto#o.c.s.i.PersistedIdentifier@17
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:21	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto#o.c.s.i.PersistedIdentifier@23
2026-05-19 05:31:21	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2_z from Toto inner join Toto2 as Toto2 on Toto.id = Toto2.id where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@23}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.b (U)=23, Toto.id (W)=o.c.s.i.PersistedIdentifier@7, Toto.a (U)=17, Toto.q (U)=null}, 2={Toto.b (U)=31, Toto.id (W)=o.c.s.i.PersistedIdentifier@13, Toto.a (U)=29, Toto.q (U)=null}, 3={Toto.b (U)=41, Toto.id (W)=o.c.s.i.PersistedIdentifier@17, Toto.a (U)=37, Toto.q (U)=null}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.b (U)=53, Toto.id (W)=o.c.s.i.PersistedIdentifier@23, Toto.a (U)=43, Toto.q (U)=null}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.x (U)=117, Toto2.id (W)=o.c.s.i.PersistedIdentifier@7, Toto2.z (U)=-117, Toto2.y (U)=123}, 2={Toto2.x (U)=129, Toto2.id (W)=o.c.s.i.PersistedIdentifier@13, Toto2.z (U)=-129, Toto2.y (U)=131}, 3={Toto2.x (U)=137, Toto2.id (W)=o.c.s.i.PersistedIdentifier@17, Toto2.z (U)=-137, Toto2.y (U)=141}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.x (U)=143, Toto2.id (W)=o.c.s.i.PersistedIdentifier@23, Toto2.z (U)=-143, Toto2.y (U)=153}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto2.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto2.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto2 where id in (?, ?, ?) | {1={Toto2.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@4}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.b (U)=23, Toto.a (U)=17, Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.q (U)=null}, 2={Toto.b (U)=31, Toto.a (U)=29, Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.q (U)=null}, 3={Toto.b (U)=41, Toto.a (U)=37, Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.q (U)=null}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.b (U)=53, Toto.a (U)=43, Toto.id (W)=o.c.s.i.PersistableIdentifier@4, Toto.q (U)=null}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.id (W)=o.c.s.i.PersistableIdentifier@1, Toto2.z (U)=-117, Toto2.y (U)=123, Toto2.x (U)=117}, 2={Toto2.id (W)=o.c.s.i.PersistableIdentifier@2, Toto2.z (U)=-129, Toto2.y (U)=131, Toto2.x (U)=129}, 3={Toto2.id (W)=o.c.s.i.PersistableIdentifier@3, Toto2.z (U)=-137, Toto2.y (U)=141, Toto2.x (U)=137}}
2026-05-19 05:31:21	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:21	TRACE	SQLOperation	update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.id (W)=o.c.s.i.PersistableIdentifier@4, Toto2.z (U)=-143, Toto2.y (U)=153, Toto2.x (U)=143}}
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@7}
2026-05-19 05:31:21	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener
[INFO] Running org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadProjectionByEntityCriteria
2026-05-19 05:31:22	TRACE	SQLOperation	select count(id) as count from Toto where Toto.a = ? | {1=77}
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.a from Toto where Toto.a = ? | {1=77}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadProjectionByEntityCriteria
[INFO] Running org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadByEntityCriteria
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.a as Toto_a, tata.prop1 as tata_prop1, tata.id as tata_id from Toto left outer join Tata as tata on Toto.tataId = tata.id where Toto.a = ? and tata.prop1 = ? | {1=42, 2=dummy}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadByEntityCriteria
[INFO] Running org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as rootId from Toto where Toto.q = ? | {1=[42]}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@7]
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?) | {1=o.c.s.i.PersistedIdentifier@7}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.b=23, Toto.a=17, Toto.q=null}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.b=31, Toto.a=29, Toto.q=null}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.b=41, Toto.a=37, Toto.q=null}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@4, Toto.b=53, Toto.a=43, Toto.q=null}}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@7, 2=o.c.s.i.PersistableIdentifier@13, 3=o.c.s.i.PersistableIdentifier@17}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@23}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@7, 2=o.c.s.i.PersistableIdentifier@13, 3=o.c.s.i.PersistableIdentifier@17}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@23}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.a (U)=17, Toto.b (U)=23, Toto.id (W)=o.c.s.i.PersistedIdentifier@7, Toto.q (U)=null}, 2={Toto.a (U)=29, Toto.b (U)=31, Toto.id (W)=o.c.s.i.PersistedIdentifier@13, Toto.q (U)=null}, 3={Toto.a (U)=37, Toto.b (U)=41, Toto.id (W)=o.c.s.i.PersistedIdentifier@17, Toto.q (U)=null}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.a (U)=43, Toto.b (U)=53, Toto.id (W)=o.c.s.i.PersistedIdentifier@23, Toto.q (U)=null}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.a (U)=17, Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.b (U)=23}, 2={Toto.q (U)=null, Toto.a (U)=29, Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.b (U)=31}, 3={Toto.q (U)=null, Toto.a (U)=37, Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.b (U)=41}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.a (U)=43, Toto.id (W)=o.c.s.i.PersistableIdentifier@4, Toto.b (U)=53}}
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? order by Toto.a asc | {1=42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? | {1=42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? and Toto.id in (?) | {1=12, 2=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.query.EntityCriteriaSupportTest
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Restaurant(name varchar(255), description varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Review(rating integer not null, comment varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, restaurantId bigint, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Review add constraint FK_Review_restaurantId_Restaurant_id foreign key(restaurantId) references Restaurant(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 10 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Restaurant(description, name, id) values (?, ?, default) | {1={Restaurant.description=Juicy gourmet burgers and craft beer, Restaurant.name=Burger Barn}, 2={Restaurant.description=Fresh hand-rolled sushi and sashimi, Restaurant.name=Sushi Sun}, 3={Restaurant.description=Authentic handmade Italian pasta, Restaurant.name=Pasta Prime}, 4={Restaurant.description=Best wood-fired pizza in the city, Restaurant.name=The Pizza Palace}, 5={Restaurant.description=Premium cuts and fine wine, Restaurant.name=Steak House}, 6={Restaurant.description=Spiced to perfection Indian cuisine, Restaurant.name=Curry Corner}, 7={Restaurant.description=Traditional Cantonese small bites, Restaurant.name=Dim Sum Den}, 8={Restaurant.description=Creative plant-based dishes, Restaurant.name=Vegan Village}, 9={Restaurant.description=Traditional Mexican street tacos, Restaurant.name=Taco Time}, 10={Restaurant.description=Elegant French seasonal menu, Restaurant.name=Bistro Blue}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 34 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Review(comment, rating, id, restaurantId) values (?, ?, default, ?) | {1={Review.restaurantId=4, Review.comment=Wait time was a bit long, Review.rating=3}, 2={Review.restaurantId=3, Review.comment=Great carbonara, Review.rating=4}, 3={Review.restaurantId=4, Review.comment=Authentic wood-fired taste, Review.rating=5}, 4={Review.restaurantId=1, Review.comment=A bit noisy but food is good, Review.rating=3}, 5={Review.restaurantId=5, Review.comment=Excellent service, Review.rating=5}, 6={Review.restaurantId=8, Review.comment=Portions were small for the price, Review.rating=3}, 7={Review.restaurantId=7, Review.comment=Loved the steamed buns, Review.rating=5}, 8={Review.restaurantId=3, Review.comment=Waitstaff was excellent, Review.rating=5}, 9={Review.restaurantId=6, Review.comment=Nice variety of tandoori dishes, Review.rating=4}, 10={Review.restaurantId=7, Review.comment=Long wait on weekends, Review.rating=3}, 11={Review.restaurantId=10, Review.comment=Exquisite flavors, Review.rating=4}, 12={Review.restaurantId=4, Review.comment=Good variety of toppings, Review.rating=4}, 13={Review.restaurantId=6, Review.comment=Portions are huge, Review.rating=4}, 14={Review.restaurantId=1, Review.comment=Great burgers, Review.rating=4}, 15={Review.restaurantId=3, Review.comment=The carbonara was exactly how I like it, Review.rating=5}, 16={Review.restaurantId=4, Review.comment=Amazing crust!, Review.rating=5}, 17={Review.restaurantId=10, Review.comment=A bit too oily for my taste, Review.rating=2}, 18={Review.restaurantId=6, Review.comment=Service was extremely slow, Review.rating=1}, 19={Review.restaurantId=1, Review.comment=Friendly staff and good vibes, Review.rating=4}, 20={Review.restaurantId=8, Review.comment=The vegan dessert was a surprise, Review.rating=5}, 21={Review.restaurantId=5, Review.comment=The wine list is impressive, Review.rating=5}, 22={Review.restaurantId=10, Review.comment=Very romantic atmosphere, Review.rating=5}, 23={Review.restaurantId=2, Review.comment=The wait was somewhat lengthy., Review.rating=4}, 24={Review.restaurantId=2, Review.comment=The salmon rolls are fine, Review.rating=3}, 25={Review.restaurantId=9, Review.comment=Tacos were okay, Review.rating=3}, 26={Review.restaurantId=9, Review.comment=Love the spicy salsa, Review.rating=4}, 27={Review.restaurantId=2, Review.comment=Fish didn't taste very fresh today, Review.rating=2}, 28={Review.restaurantId=7, Review.comment=Fine dumplings, Review.rating=3}, 29={Review.restaurantId=5, Review.comment=Perfectly cooked ribs, Review.rating=5}, 30={Review.restaurantId=6, Review.comment=Best butter chicken, Review.rating=5}, 31={Review.restaurantId=1, Review.comment=The best milkshake to go with the burger, Review.rating=5}, 32={Review.restaurantId=8, Review.comment=Healthy and delicious, Review.rating=4}, 33={Review.restaurantId=8, Review.comment=Unique vegetable combinations, Review.rating=4}, 34={Review.restaurantId=9, Review.comment=The salsa is actually too spicy!, Review.rating=2}}
2026-05-19 05:31:22	TRACE	SQLOperation	select Restaurant.description as Restaurant_description, Restaurant.name as Restaurant_name, Restaurant.id as Restaurant_id, Review.comment as Review_comment, Review.rating as Review_rating, Review.id as Review_id from Restaurant left outer join Review as Review on Restaurant.id = Review.restaurantId where Restaurant.id in (select Review.restaurantId from Review group by Review.restaurantId order by avg(Review.rating) desc limit ?) | {1=5}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#3
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#3
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#3
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#4
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#4
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#4
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#4
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#5
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#5
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#5
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#8
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#8
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#8
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.r.Restaurant#8
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Country(id) values (?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@17, City.name=Lyon}, 2={City.id=o.c.s.i.PersistableIdentifier@13, City.name=Grenoble}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@17}, 2={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:22	TRACE	SQLOperation	select Country.id as rootId from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country_cities_City.name = ? | {1=Grenoble}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	TRACE	SQLOperation	select Country.id as Country_id, Country_cities_City.name as Country_cities_City_name, Country_cities_City.id as Country_cities_City_id from Country left outer join Country_cities as Country_cities on Country.id = Country_cities.country_id left outer join City as Country_cities_City on Country_cities.cities_id = Country_cities_City.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.codefilarete.stalactite.engine.runtime.query.EntityCriteriaSupportTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.query.AggregateAccessPointToColumnMappingTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.codefilarete.stalactite.engine.runtime.query.AggregateAccessPointToColumnMappingTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.query.EntityQueryCriteriaSupportTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.codefilarete.stalactite.engine.runtime.query.EntityQueryCriteriaSupportTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$OneToTablePerClass
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Engine(id int not null, vehicleId int, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Car(id, model, color) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Engine(id, vehicleId) values (?, ?) | {1={Engine.id=o.c.s.i.PersistableIdentifier@42, Engine.vehicleId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from car union select id from truck | {}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Car.model as Vehicle_Car_model, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Truck.color as Vehicle_Truck_color from Engine left outer join (select 1 as clazz_, color, id, model as model from Car union all select 2 as clazz_, color, id, cast(null as varchar(255)) as model from Truck) as Vehicle on Engine.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Engine.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Truck(id, color) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Engine set vehicleId = ? where id = ? | {1={Engine.id (W)=o.c.s.i.PersistedIdentifier@42, Engine.vehicleId (U)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from car union select id from truck | {}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle_Car.id as Vehicle_Car_id, Vehicle_Car.model as Vehicle_Car_model, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Truck.id as Vehicle_Truck_id, Vehicle_Truck.color as Vehicle_Truck_color from Engine left outer join (select 1 as clazz_, color, id, model as model from Car union all select 2 as clazz_, color, id, cast(null as varchar(255)) as model from Truck) as Vehicle on Engine.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id left outer join Truck as Vehicle_Truck on Vehicle.id = Vehicle_Truck.id where Engine.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from Truck | {}
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Engine(id int not null, vehicleId int, unique (id))
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Engine(id, vehicleId) values (?, ?) | {1={Engine.vehicleId=o.c.s.i.PersistableIdentifier@1, Engine.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Car | {}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle_Car.model as Vehicle_Car_model, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id from Engine left outer join (select 1 as clazz_, id, model as model, color as color from Car) as Vehicle on Engine.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Engine.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.model (U)=Peugeot, Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Car | {}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.clazz_ as Vehicle_clazz_, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle_Car.model as Vehicle_Car_model, Vehicle_Car.color as Vehicle_Car_color, Vehicle_Car.id as Vehicle_Car_id from Engine left outer join (select 1 as clazz_, id, model as model, color as color from Car) as Vehicle on Engine.vehicleId = Vehicle.id left outer join Car as Vehicle_Car on Vehicle.id = Vehicle_Car.id where Engine.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.TablePerClassPolymorphicRelationJoinNode$TablePerClassPolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Car | {}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from Engine | {}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$OneToTablePerClass
[INFO] Running org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@716f3b54 Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as id, DISCRIMINATOR as DISCRIMINATOR from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, 'TotoB' as DISCRIMINATOR from TotoB) as Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.q = ? | {1=[42]}
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR, TotoA.a as TotoA_a, TotoA.x as TotoA_x, TotoA.q as TotoA_q, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.x as TotoB_x, TotoB.q as TotoB_q, TotoB.id as TotoB_id from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, 'TotoB' as DISCRIMINATOR from TotoB) as Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into TotoA(a, x, q, id) values (?, ?, ?, ?) | {1={TotoA.a=23, TotoA.q=null, TotoA.id=o.c.s.i.PersistableIdentifier@1, TotoA.x=17}, 2={TotoA.a=31, TotoA.q=null, TotoA.id=o.c.s.i.PersistableIdentifier@2, TotoA.x=29}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into TotoB(b, x, q, id) values (?, ?, ?, ?) | {1={TotoB.b=41, TotoB.x=37, TotoB.q=null, TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.b=53, TotoB.x=43, TotoB.q=null, TotoB.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2, o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@2a0d538b In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR, TotoA.a as TotoA_a, TotoA.x as TotoA_x, TotoA.q as TotoA_q, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.x as TotoB_x, TotoB.q as TotoB_q, TotoB.id as TotoB_id from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, 'TotoB' as DISCRIMINATOR from TotoB) as Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@21b7164e In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR, TotoA.a as TotoA_a, TotoA.x as TotoA_x, TotoA.q as TotoA_q, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.x as TotoB_x, TotoB.q as TotoB_q, TotoB.id as TotoB_id from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, 'TotoB' as DISCRIMINATOR from TotoB) as Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	update TotoA set a = ?, x = ?, q = ? where id = ? | {1={TotoA.a (U)=123, TotoA.q (U)=null, TotoA.x (U)=17, TotoA.id (W)=o.c.s.i.PersistedIdentifier@1}, 2={TotoA.a (U)=131, TotoA.q (U)=null, TotoA.x (U)=29, TotoA.id (W)=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.b (U)=141, TotoB.id (W)=o.c.s.i.PersistedIdentifier@3, TotoB.x (U)=37, TotoB.q (U)=null}, 2={TotoB.b (U)=153, TotoB.id (W)=o.c.s.i.PersistedIdentifier@4, TotoB.x (U)=43, TotoB.q (U)=null}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from TotoB where id = ? | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:22	TRACE	SQLOperation	delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2026-05-19 05:31:22	TRACE	SQLOperation	delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	update TotoA set a = ?, x = ?, q = ? where id = ? | {1={TotoA.q (U)=null, TotoA.x (U)=17, TotoA.a (U)=123, TotoA.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.q (U)=null, TotoA.x (U)=29, TotoA.a (U)=131, TotoA.id (W)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.id (W)=o.c.s.i.PersistableIdentifier@3, TotoB.b (U)=141, TotoB.x (U)=37, TotoB.q (U)=null}, 2={TotoB.id (W)=o.c.s.i.PersistableIdentifier@4, TotoB.b (U)=153, TotoB.x (U)=43, TotoB.q (U)=null}}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@bd71e79 Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR, TotoA.a as TotoA_a, TotoA.x as TotoA_x, TotoA.q as TotoA_q, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.x as TotoB_x, TotoB.q as TotoB_q, TotoB.id as TotoB_id from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, 'TotoB' as DISCRIMINATOR from TotoB) as Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.x = ? order by Toto.x asc | {1=42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@6dd1f9b5 Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR, TotoA.a as TotoA_a, TotoA.x as TotoA_x, TotoA.q as TotoA_q, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.x as TotoB_x, TotoB.q as TotoB_q, TotoB.id as TotoB_id from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, 'TotoB' as DISCRIMINATOR from TotoB) as Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id = TotoB.id where Toto.x = ? | {1=42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoA#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@3
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.r.t.TablePerClassPolymorphismPersisterTest$TotoB#o.c.s.i.PersistedIdentifier@4
2026-05-19 05:31:22	TRACE	SQLOperation	delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.RelationalEntityFinderTest
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Tata.id as Tata_id from Toto inner join Tata on Toto.id = Tata.id where Toto.id = :toto_id | {toto_id=7}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.RelationalEntityFinderTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.RelationalEntityFinderTest$Toto#7
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.RelationalEntityFinderTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.RelationalEntityFinderTest$Toto#13
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.RelationalEntityFinderTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.RelationalEntityFinderTest$Toto#17
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.RelationalEntityFinderTest$Toto
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.r.RelationalEntityFinderTest$Toto#23
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.codefilarete.stalactite.engine.runtime.RelationalEntityFinderTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$OneToTablePerClass
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Engine(id int not null, vehicleId int, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, model varchar(255), DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Vehicle(model, color, id, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.color=Color[rgb=666], Vehicle.model=Renault, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.DTYPE=Car}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Engine(id, vehicleId) values (?, ?) | {1={Engine.vehicleId=o.c.s.i.PersistableIdentifier@1, Engine.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from Vehicle | {}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE from Engine left outer join Vehicle as Vehicle on Engine.vehicleId = Vehicle.id where Engine.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Vehicle(color, id, DTYPE) values (?, ?, ?) | {1={Vehicle.color=Color[rgb=42], Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicle.DTYPE=Truck}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Engine set vehicleId = ? where id = ? | {1={Engine.vehicleId (U)=o.c.s.i.PersistableIdentifier@2, Engine.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from Vehicle | {}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE from Engine left outer join Vehicle as Vehicle on Engine.vehicleId = Vehicle.id where Engine.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from Vehicle | {}
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Engine(id int not null, vehicleId int, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Vehicle(id int not null, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Vehicle(model, color, id, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.color=Color[rgb=666], Vehicle.model=Renault, Vehicle.DTYPE=C, Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Engine(id, vehicleId) values (?, ?) | {1={Engine.vehicleId=o.c.s.i.PersistableIdentifier@1, Engine.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE from Engine left outer join Vehicle as Vehicle on Engine.vehicleId = Vehicle.id where Engine.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Vehicle set model = ?, color = ? where id = ? | {1={Vehicle.color (U)=Color[rgb=666], Vehicle.model (U)=Peugeot, Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Engine.id as Engine_id, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.color as Vehicle_color, Vehicle.DTYPE as Vehicle_DTYPE from Engine left outer join Vehicle as Vehicle on Engine.vehicleId = Vehicle.id where Engine.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Engine
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.SingleTablePolymorphicRelationJoinNode$SingleTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.Engine#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Vehicle | {}
2026-05-19 05:31:22	TRACE	SQLOperation	select id from Engine | {}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$OneToTablePerClass
[INFO] Running org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$LoadProjectionByEntityCriteria
2026-05-19 05:31:22	TRACE	SQLOperation	select count(Toto.id) as count from Toto where Toto.x = ? | {1=77}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$LoadProjectionByEntityCriteria
[INFO] Running org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.q Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.DTYPE as DISCRIMINATOR from Toto where Toto.q = ? | {1=[42]}
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Toto(a, x, q, id, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.a=23, Toto.x=17, Toto.DTYPE=100}, 2={Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.a=31, Toto.x=29, Toto.DTYPE=100}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Toto(b, x, q, id, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.b=41, Toto.x=37, Toto.DTYPE=200}, 2={Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@4, Toto.b=53, Toto.x=43, Toto.DTYPE=200}}
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2, o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@1, 2=o.c.s.i.PersistedIdentifier@2, 3=o.c.s.i.PersistedIdentifier@3, 4=o.c.s.i.PersistedIdentifier@4}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2, 3=o.c.s.i.PersistableIdentifier@3, 4=o.c.s.i.PersistableIdentifier@4}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Toto set a = ?, x = ?, q = ? where id = ? | {1={Toto.x (U)=17, Toto.q (U)=null, Toto.a (U)=123, Toto.id (W)=o.c.s.i.PersistedIdentifier@1}, 2={Toto.x (U)=29, Toto.q (U)=null, Toto.a (U)=131, Toto.id (W)=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.b (U)=141, Toto.x (U)=37, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@3}, 2={Toto.b (U)=153, Toto.x (U)=43, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@4}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@3}, 2={Toto.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Toto set a = ?, x = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.x (U)=17, Toto.q (U)=null, Toto.a (U)=123}, 2={Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.x (U)=29, Toto.q (U)=null, Toto.a (U)=131}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.x (U)=37, Toto.q (U)=null, Toto.b (U)=141}, 2={Toto.id (W)=o.c.s.i.PersistableIdentifier@4, Toto.x (U)=43, Toto.q (U)=null, Toto.b (U)=153}}
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.x = ? order by Toto.x asc | {1=42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.x = ? | {1=42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.IndexedAssociationRecordInsertionCascaderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.codefilarete.stalactite.engine.runtime.IndexedAssociationRecordInsertionCascaderTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest
2026-05-19 05:31:22	DEBUG	SQLOperation	Result found in cache, statement will not be executed
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table ElectricCar(plug integer, id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table ElectricCar add constraint FK_ElectricCar_id_Car_id foreign key(id) references Car(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into ElectricCar(plug, id) values (?, ?) | {1={ElectricCar.plug=CCS, ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Car | {}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@26746170 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@26746170 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Car.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, ElectricCar.plug as ElectricCar_plug, ElectricCar.id as ElectricCar_id from Car left outer join ElectricCar as ElectricCar on Car.id = ElectricCar.id where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.model (U)=Peugeot, Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Car | {}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@26746170 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@26746170 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Car.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, ElectricCar.plug as ElectricCar_plug, ElectricCar.id as ElectricCar_id from Car left outer join ElectricCar as ElectricCar on Car.id = ElectricCar.id where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from ElectricCar where id = ? | {1={ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Car | {}
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, plug integer, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Car(plug, model, color, id, DTYPE) values (?, ?, ?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault, Car.color=Color[rgb=666], Car.DTYPE=CAR, Car.plug=CCS}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from car | {}
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id from AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Car.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Car.plug as Car_plug, Car.DTYPE as Car_DTYPE from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Car set plug = ?, model = ?, color = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot, Car.color (U)=Color[rgb=666], Car.plug (U)=CCS}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from car | {}
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id from AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Car.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Car.plug as Car_plug, Car.DTYPE as Car_DTYPE from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from car | {}
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table CAR(model varchar(255), color int, id int not null, plug integer, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into CAR(plug, model, color, id, DTYPE) values (?, ?, ?, ?, ?) | {1={CAR.id=o.c.s.i.PersistableIdentifier@1, CAR.color=Color[rgb=666], CAR.DTYPE=ELECTRIC_CAR, CAR.plug=CCS, CAR.model=Renault}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Car | {}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5a02a5e5 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5a02a5e5 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as id, DISCRIMINATOR as DISCRIMINATOR from (select CAR.id as id, 'Car' as DISCRIMINATOR from CAR) as AbstractVehicle left outer join CAR as CAR on AbstractVehicle.id = CAR.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND CAR.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select CAR.model as CAR_model, CAR.color as CAR_color, CAR.id as CAR_id, CAR.plug as CAR_plug, CAR.DTYPE as CAR_DTYPE from CAR where CAR.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update CAR set plug = ?, model = ?, color = ? where id = ? | {1={CAR.id (W)=o.c.s.i.PersistedIdentifier@1, CAR.color (U)=Color[rgb=666], CAR.plug (U)=CCS, CAR.model (U)=Peugeot}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Car | {}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5a02a5e5 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5a02a5e5 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as id, DISCRIMINATOR as DISCRIMINATOR from (select CAR.id as id, 'Car' as DISCRIMINATOR from CAR) as AbstractVehicle left outer join CAR as CAR on AbstractVehicle.id = CAR.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	TablePerClassPolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND CAR.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select CAR.model as CAR_model, CAR.color as CAR_color, CAR.id as CAR_id, CAR.plug as CAR_plug, CAR.DTYPE as CAR_DTYPE from CAR where CAR.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from CAR where id = ? | {1={CAR.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from Car | {}
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table ElectricCar(plug integer, id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table ElectricCar add constraint FK_ElectricCar_id_Car_id foreign key(id) references Car(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into ElectricCar(plug, id) values (?, ?) | {1={ElectricCar.plug=CCS, ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id from AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Car.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, ElectricCar.plug as ElectricCar_plug, ElectricCar.id as ElectricCar_id from Car left outer join ElectricCar as ElectricCar on Car.id = ElectricCar.id where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.color (U)=Color[rgb=666], Car.model (U)=Peugeot}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id from AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Car.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, ElectricCar.plug as ElectricCar_plug, ElectricCar.id as ElectricCar_id from Car left outer join ElectricCar as ElectricCar on Car.id = ElectricCar.id where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from ElectricCar where id = ? | {1={ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table ElectricCar(plug integer, id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table ElectricCar add constraint FK_ElectricCar_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into AbstractVehicle(model, color, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=666], AbstractVehicle.DTYPE=CAR, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.model=Renault}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into ElectricCar(plug, id) values (?, ?) | {1={ElectricCar.plug=CCS, ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from abstractVehicle | {}
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DTYPE as DISCRIMINATOR from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.id as AbstractVehicle_id, ElectricCar.plug as ElectricCar_plug, ElectricCar.id as ElectricCar_id from AbstractVehicle left outer join ElectricCar as ElectricCar on AbstractVehicle.id = ElectricCar.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update AbstractVehicle set model = ?, color = ? where id = ? | {1={AbstractVehicle.color (U)=Color[rgb=666], AbstractVehicle.id (W)=o.c.s.i.PersistedIdentifier@1, AbstractVehicle.model (U)=Peugeot}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from abstractVehicle | {}
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Single query was asked but due to sub-polymorphism the query is made in 2 phases
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DTYPE as DISCRIMINATOR from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	SingleTablePolymorphismEntityFinder	Asking sub-polymorphic persisters to load the entities
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:22	TRACE	SQLOperation	select AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.id as AbstractVehicle_id, ElectricCar.plug as ElectricCar_plug, ElectricCar.id as ElectricCar_id from AbstractVehicle left outer join ElectricCar as ElectricCar on AbstractVehicle.id = ElectricCar.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:22	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPolymorphismTest$ElectricCar#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from ElectricCar where id = ? | {1={ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	TRACE	SQLOperation	select * from abstractVehicle | {}
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.name=null, Company.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.name=null, Device.manufacturerId=o.c.s.i.PersistableIdentifier@1, Device.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Address(street varchar(255), id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, locationId int, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_locationId_Address_id foreign key(locationId) references Address(id)
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.name=World Company, Company.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Address(street, id) values (?, ?) | {1={Address.id=o.c.s.i.PersistableIdentifier@0, Address.street=somewhere}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Device(name, id, manufacturerId, locationId) values (?, ?, ?, ?) | {1={Device.name=UPS, Device.locationId=o.c.s.i.PersistableIdentifier@0, Device.id=o.c.s.i.PersistableIdentifier@0, Device.manufacturerId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:22	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id, location.street as location_street, location.id as location_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id left outer join Address as location on Device.locationId = location.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:22	TRACE	SQLOperation	select Company.name as Company_name, Company.id as Company_id from Company where Company.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Company
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:22	TRACE	SQLOperation	select Address.street as Address_street, Address.id as Address_id from Address where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Device(name, id, manufacturerId, locationId) values (?, ?, ?, ?) | {1={Device.name=France 2, Device.locationId=o.c.s.i.PersistableIdentifier@0, Device.id=o.c.s.i.PersistableIdentifier@1, Device.manufacturerId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:22	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id, location.street as location_street, location.id as location_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id left outer join Address as location on Device.locationId = location.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Company set name = ? where id = ? | {1={Company.name (U)=World Company renamed, Company.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Address set street = ? where id = ? | {1={Address.id (W)=o.c.s.i.PersistableIdentifier@0, Address.street (U)=somewhere renamed}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.name=World Company, Company.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.name=UPS, Device.manufacturerId=o.c.s.i.PersistableIdentifier@1, Device.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:22	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, Company.id as Company_id from Device left outer join Company as Company on Device.manufacturerId = Company.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:22	TRACE	SQLOperation	select Company.name as Company_name, Company.id as Company_id from Company where Company.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Company
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Address(street varchar(255), id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, locationId int, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_locationId_Address_id foreign key(locationId) references Address(id)
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.name=World Company, Company.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Address(street, id) values (?, ?) | {1={Address.street=somewhere, Address.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Device(name, id, manufacturerId, locationId) values (?, ?, ?, ?) | {1={Device.name=UPS, Device.manufacturerId=o.c.s.i.PersistableIdentifier@0, Device.locationId=o.c.s.i.PersistableIdentifier@0, Device.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:22	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id, location.street as location_street, location.id as location_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id left outer join Address as location on Device.locationId = location.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:22	TRACE	SQLOperation	select Company.name as Company_name, Company.id as Company_id from Company where Company.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Company
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:22	TRACE	SQLOperation	select Address.street as Address_street, Address.id as Address_id from Address where Address.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Address
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Device(name, id, manufacturerId, locationId) values (?, ?, ?, ?) | {1={Device.name=UPS 2, Device.manufacturerId=o.c.s.i.PersistableIdentifier@0, Device.locationId=o.c.s.i.PersistableIdentifier@0, Device.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:22	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id, location.street as location_street, location.id as location_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id left outer join Address as location on Device.locationId = location.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Device set name = ?, manufacturerId = ?, locationId = ? where id = ? | {1={Device.manufacturerId (U)=null, Device.name (U)=UPS 2, Device.locationId (U)=o.c.s.i.PersistedIdentifier@0, Device.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Company where id = ? | {1={Company.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	update Address set street = ? where id = ? | {1={Address.street (U)=somewhere renamed, Address.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@1}}
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$BiDirectionality
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.name=World Company, Company.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.name=device 1, Device.id=o.c.s.i.PersistableIdentifier@0, Device.manufacturerId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:22	TRACE	SQLOperation	select Company.name as Company_name, Company.id as Company_id from Company where Company.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Company
2026-05-19 05:31:22	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:22	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.name=device 2, Device.id=o.c.s.i.PersistableIdentifier@1, Device.manufacturerId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:22	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0, o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:22	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@0, 2=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:22	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-05-19 05:31:22	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.name=World Company, Company.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.manufacturerId=o.c.s.i.PersistableIdentifier@0, Device.name=device 1, Device.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:23	TRACE	SQLOperation	select Company.name as Company_name, Company.id as Company_id from Company where Company.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Company
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.manufacturerId=o.c.s.i.PersistableIdentifier@0, Device.name=device 2, Device.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0, o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@0, 2=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.id=o.c.s.i.PersistableIdentifier@0, Company.name=World Company}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.name=device 1, Device.manufacturerId=o.c.s.i.PersistableIdentifier@0, Device.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:23	TRACE	SQLOperation	select Company.name as Company_name, Company.id as Company_id from Company where Company.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Company
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.name=device 2, Device.manufacturerId=o.c.s.i.PersistableIdentifier@0, Device.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0, o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@0, 2=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@1
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$BiDirectionality
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$ForeignKeyCreation
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Address(street varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, positionId int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_positionId_Address_id foreign key(positionId) references Address(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Address(street varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, locationId int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_locationId_Address_id foreign key(locationId) references Address(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, locationId int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Town(street varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_locationId_Town_id foreign key(locationId) references Town(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Address(street varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, locationId int, manufacturerId int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_locationId_Address_id foreign key(locationId) references Address(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, locationId int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Township(street varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_locationId_Township_id foreign key(locationId) references Township(id)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$ForeignKeyCreation
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$CascadeDeclaration
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.name=null, Company.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.manufacturerId=o.c.s.i.PersistableIdentifier@666, Device.name=null, Device.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:23	TRACE	SQLOperation	select Company.name as Company_name, Company.id as Company_id from Company where Company.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Company
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@100]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistedIdentifier@100}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@100
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@100}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Company where id = ? | {1={Company.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.name=World Company, Company.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.manufacturerId=o.c.s.i.PersistableIdentifier@0, Device.id=o.c.s.i.PersistableIdentifier@42, Device.name=UPS}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Device set manufacturerId = ? where id = ? | {1={Device.manufacturerId (U)=null, Device.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Company where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Company(name, id) values (?, ?) | {1={Company.name=Stalactite Corp, Company.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Device set manufacturerId = ? where id = ? | {1={Device.manufacturerId (U)=o.c.s.i.PersistableIdentifier@1, Device.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Company set name = ? where id = ? | {1={Company.name (U)=Stalactite Corp, Company.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Company where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Company set name = ? where id = ? | {1={Company.name (U)=Skynet, Company.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Company where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Company where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.id=o.c.s.i.PersistableIdentifier@42, Device.name=UPS, Device.manufacturerId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Device set name = ? where id = ? | {1={Device.name (U)=touched UPS, Device.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Company where id = 1 | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Device | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Company where id = 1 | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Company(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Device(name varchar(255), id int not null, manufacturerId int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Device add constraint FK_Device_manufacturerId_Company_id foreign key(manufacturerId) references Company(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Device(name, id, manufacturerId) values (?, ?, ?) | {1={Device.name=UPS, Device.manufacturerId=o.c.s.i.PersistableIdentifier@1, Device.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:23	TRACE	SQLOperation	select Device.name as Device_name, Device.id as Device_id, manufacturer.name as manufacturer_name, manufacturer.id as manufacturer_id from Device left outer join Company as manufacturer on Device.manufacturerId = manufacturer.id where Device.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.d.Device
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.d.Device#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Device set name = ? where id = ? | {1={Device.name (U)=touched UPS, Device.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Company where id = 1 | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Device | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Company where id = 1 | {}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$CascadeDeclaration
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, color int, model varchar(255), unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	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}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.id, Car.model, Car.color from Car | {}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model varchar(255), rgb integer not null, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(rgb, model, id) values (?, ?, ?) | {1={Car.rgb=666, Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.rgb as Car_rgb, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	TRACE	SQLOperation	select id, model, rgb from Car | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, color int, model varchar(255), unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.id, Car.color, Car.model from Car | {}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, color int, model varchar(255), unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Vehicle(id int not null, color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.id, Car.model, Car.color from Car | {}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id, AbstractVehicle.id as AbstractVehicle_id, Vehicle.id as Vehicle_id from Car inner join AbstractVehicle as AbstractVehicle on Car.id = AbstractVehicle.id inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, color int, model varchar(255), unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.color=Color[rgb=666], Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.id, Car.model, Vehicle.color from Car inner join Vehicle on Car.id = Vehicle.id | {}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Car inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault, Car.color=Color[rgb=666]}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.id, Car.model, Car.color from Car | {}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.model_col=Renault, Car.color_col=Color[rgb=666], Car.id_col=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select id_col, model_col, color_col from Car | {}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.color_col as Car_color_col, Car.model_col as Car_model_col, Car.id_col as Car_id_col from Car where Car.id_col in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model_supercol varchar(255), color_supercol int, id_supercol int not null, unique (id_supercol))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(color_supercol, model_supercol, id_supercol) values (?, ?, ?) | {1={Car.color_supercol=Color[rgb=666], Car.model_supercol=Renault, Car.id_supercol=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select id_supercol, model_supercol, color_supercol from Car | {}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.color_supercol as Car_color_supercol, Car.model_supercol as Car_model_supercol, Car.id_supercol as Car_id_supercol from Car where Car.id_supercol in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model varchar(255), rgb integer not null, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(rgb, model, id) values (?, ?, ?) | {1={Car.rgb=666, Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.rgb as Car_rgb, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	TRACE	SQLOperation	select id, model, rgb from Car | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.model_col=Renault, Car.color_col=Color[rgb=666], Car.id_col=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select id_col, model_col, color_col from Car | {}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.color_col as Car_color_col, Car.model_col as Car_model_col, Car.id_col as Car_id_col from Car where Car.id_col in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.id, Car.model, Car.color from Car | {}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	TRACE	SQLOperation	select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.familyName=Do, Person.firstName=John, Person.address=nowhere, Person.age=35}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	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 ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere, Person.age=35}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	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 ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255) not null, person_lastName varchar(255) not null, person_address varchar(255) not null, pets_name varchar(255) not null, pets_race varchar(255) not null, pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_name, pets_race, pets_age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_3124176c foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_47cdb94d foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.age=35, Person.firstName=John, Person.lastName=Do}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.age=5, Pet.name=Rantanplan, Pet.race=Dog}, 2={Pet.age=4, Pet.name=Pluto, Pet.race=Dog}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person_pets(person_lastName, pets_race, pets_name, person_firstName, person_address, pets_age) values (?, ?, ?, ?, ?, ?) | {1={Person_pets.person_lastName=Do, Person_pets.pets_name=Rantanplan, Person_pets.person_firstName=John, Person_pets.pets_age=5, Person_pets.pets_race=Dog, Person_pets.person_address=nowhere}, 2={Person_pets.person_lastName=Do, Person_pets.pets_name=Pluto, Person_pets.person_firstName=John, Person_pets.pets_age=4, Person_pets.pets_race=Dog, Person_pets.person_address=nowhere}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.address (W)=nowhere, Person.age (U)=36, Person.firstName (W)=John, Person.lastName (W)=Do}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person_pets where person_firstName = ? and person_lastName = ? and person_address = ? and pets_name = ? and pets_race = ? and pets_age = ? | {1={Person_pets.person_lastName=Do, Person_pets.person_firstName=John, Person_pets.pets_age=4, Person_pets.pets_name=Pluto, Person_pets.pets_race=Dog, Person_pets.person_address=nowhere}, 2={Person_pets.person_lastName=Do, Person_pets.person_firstName=John, Person_pets.pets_age=5, Person_pets.pets_name=Rantanplan, Person_pets.pets_race=Dog, Person_pets.person_address=nowhere}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.age=35, Person.familyName=Do, Person.firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	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 ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.age=35, Person.lastName=Do, Person.address=nowhere}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	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 ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.firstName (W)=John, Person.age (U)=36, Person.lastName (W)=Do, Person.address (W)=nowhere}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255) not null, person_lastName varchar(255) not null, person_address varchar(255) not null, pets_name varchar(255) not null, pets_race varchar(255) not null, pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_name, pets_race, pets_age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_47cdb94d foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_3124176c foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere, Person.age=35}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.age=4, Pet.race=Dog, Pet.name=Pluto}, 2={Pet.age=5, Pet.race=Dog, Pet.name=Rantanplan}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person_pets(person_lastName, pets_race, pets_name, person_firstName, person_address, pets_age) values (?, ?, ?, ?, ?, ?) | {1={Person_pets.person_address=nowhere, Person_pets.pets_age=5, Person_pets.person_lastName=Do, Person_pets.pets_name=Rantanplan, Person_pets.pets_race=Dog, Person_pets.person_firstName=John}, 2={Person_pets.person_address=nowhere, Person_pets.pets_age=4, Person_pets.person_lastName=Do, Person_pets.pets_name=Pluto, Person_pets.pets_race=Dog, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.lastName (W)=Do, Person.firstName (W)=John, Person.address (W)=nowhere, Person.age (U)=36}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person_pets where person_firstName = ? and person_lastName = ? and person_address = ? and pets_name = ? and pets_race = ? and pets_age = ? | {1={Person_pets.person_address=nowhere, Person_pets.pets_age=4, Person_pets.person_lastName=Do, Person_pets.pets_name=Pluto, Person_pets.person_firstName=John, Person_pets.pets_race=Dog}, 2={Person_pets.person_address=nowhere, Person_pets.pets_age=5, Person_pets.person_lastName=Do, Person_pets.pets_name=Rantanplan, Person_pets.person_firstName=John, Person_pets.pets_race=Dog}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Cat add constraint FK_7d3b9729 foreign key(name, race, age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Dog add constraint FK_46d3d303 foreign key(name, race, age) references Pet(name, race, age)
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(catBreed, name, race, age, DTYPE) values (?, ?, ?, ?, ?) | {1={Pet.catBreed=Persian, Pet.race=Dog, Pet.name=Pluto, Pet.age=4, Pet.DTYPE=Pet}}
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@5f909b2d]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.catBreed as Pet_catBreed, Pet.dogBreed as Pet_dogBreed, Pet.DTYPE as Pet_DTYPE from Pet where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@711f4bb6]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.catBreed as Pet_catBreed, Pet.dogBreed as Pet_dogBreed, Pet.DTYPE as Pet_DTYPE from Pet where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@98d8732]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.catBreed as Pet_catBreed, Pet.dogBreed as Pet_dogBreed, Pet.DTYPE as Pet_DTYPE from Pet where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.name=Pluto, Pet.race=Dog, Pet.age=4}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Cat(catBreed, name, race, age) values (?, ?, ?, ?) | {1={Cat.name=Pluto, Cat.race=Dog, Cat.age=4, Cat.catBreed=Persian}}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@177512c4]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.compositekey.Pet$Cat
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@4492b668]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.compositekey.Pet$Cat
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@3b04b7f3]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.compositekey.Pet$Cat
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Cat(catBreed, name, race, age) values (?, ?, ?, ?) | {1={Cat.catBreed=Persian, Cat.age=4, Cat.name=Pluto, Cat.race=Dog}}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@5d59a117]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.DISCRIMINATOR as Pet_DISCRIMINATOR, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from (select Cat.name as name, Cat.race as race, Cat.age as age, 'Cat' as DISCRIMINATOR from Cat union all select Dog.name as name, Dog.race as race, Dog.age as age, 'Dog' as DISCRIMINATOR from Dog) as Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@8f771e1]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.DISCRIMINATOR as Pet_DISCRIMINATOR, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from (select Cat.name as name, Cat.race as race, Cat.age as age, 'Cat' as DISCRIMINATOR from Cat union all select Dog.name as name, Dog.race as race, Dog.age as age, 'Dog' as DISCRIMINATOR from Dog) as Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@21b04ffd]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.DISCRIMINATOR as Pet_DISCRIMINATOR, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from (select Cat.name as name, Cat.race as race, Cat.age as age, 'Cat' as DISCRIMINATOR from Cat union all select Dog.name as name, Dog.race as race, Dog.age as age, 'Dog' as DISCRIMINATOR from Dog) as Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Pet add constraint FK_fcda3543 foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.lastName=Do, Person.age=35, Person.firstName=John}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age, ownerLastName, ownerAddress, ownerFirstName) values (?, ?, ?, ?, ?, ?) | {1={Pet.ownerAddress=nowhere, Pet.ownerLastName=Do, Pet.race=Dog, Pet.age=4, Pet.ownerFirstName=John, Pet.name=Pluto}, 2={Pet.ownerAddress=nowhere, Pet.ownerLastName=Do, Pet.race=Dog, Pet.age=5, Pet.ownerFirstName=John, Pet.name=Rantanplan}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age from Person left outer join Pet as Pet on Person.firstName = Pet.ownerFirstName and Person.lastName = Pet.ownerLastName and Person.address = Pet.ownerAddress where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.address (W)=nowhere, Person.lastName (W)=Do, Person.age (U)=36, Person.firstName (W)=John}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Pet set ownerLastName = ?, ownerAddress = ?, ownerFirstName = ? where name = ? and race = ? and age = ? | {1={Pet.ownerAddress (U)=nowhere, Pet.ownerLastName (U)=Do, Pet.race (W)=Dog, Pet.age (W)=4, Pet.ownerFirstName (U)=John, Pet.name (W)=Pluto}, 2={Pet.ownerAddress (U)=nowhere, Pet.ownerLastName (U)=Do, Pet.race (W)=Dog, Pet.age (W)=5, Pet.ownerFirstName (U)=John, Pet.name (W)=Rantanplan}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Pet set ownerLastName = ?, ownerAddress = ?, ownerFirstName = ? where name = ? and race = ? and age = ? | {1={Pet.ownerAddress (U)=null, Pet.ownerLastName (U)=null, Pet.race (W)=Dog, Pet.age (W)=4, Pet.ownerFirstName (U)=null, Pet.name (W)=Pluto}, 2={Pet.ownerAddress (U)=null, Pet.ownerLastName (U)=null, Pet.race (W)=Dog, Pet.age (W)=5, Pet.ownerFirstName (U)=null, Pet.name (W)=Rantanplan}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.firstName, Person.lastName, Person.address from Person | {}
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$UsingConstructor
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, 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, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person add constraint FK_8b87d9bd foreign key(houseNumber, houseStreet, houseZipCode, houseCity) references House(number, street, zipCode, city)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into House(number, street, zipCode, city) values (?, ?, ?, ?) | {1={House.street=Stalactite street, House.zipCode=888, House.city=CodeFilarete City, House.number=42}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address, houseNumber, houseStreet, houseCity, houseZipCode) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Person.lastName=Do, Person.address=nowhere, Person.age=35, Person.firstName=John, Person.houseNumber=42, Person.houseStreet=Stalactite street, Person.houseCity=CodeFilarete City, Person.houseZipCode=888}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, house.number as house_number, house.street as house_street, house.zipCode as house_zipCode, house.city as house_city from Person left outer join House as house on Person.houseNumber = house.number and Person.houseStreet = house.street and Person.houseZipCode = house.zipCode and Person.houseCity = house.city where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, 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, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person add constraint FK_8b87d9bd foreign key(houseNumber, houseStreet, houseZipCode, houseCity) references House(number, street, zipCode, city)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into House(number, street, zipCode, city) values (?, ?, ?, ?) | {1={House.number=42, House.city=CodeFilarete City, House.zipCode=888, House.street=Stalactite street}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address, houseStreet, houseNumber, houseCity, houseZipCode) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Person.houseStreet=Stalactite street, Person.firstName=John, Person.houseNumber=42, Person.houseCity=CodeFilarete City, Person.address=nowhere, Person.age=35, Person.lastName=Do, Person.houseZipCode=888}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, house.number as house_number, house.street as house_street, house.zipCode as house_zipCode, house.city as house_city from Person left outer join House as house on Person.houseNumber = house.number and Person.houseStreet = house.street and Person.houseZipCode = house.zipCode and Person.houseCity = house.city where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, 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, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person add constraint FK_8b87d9bd foreign key(houseNumber, houseStreet, houseZipCode, houseCity) references House(number, street, zipCode, city)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into House(number, street, zipCode, city) values (?, ?, ?, ?) | {1={House.number=42, House.zipCode=888, House.city=CodeFilarete City, House.street=Stalactite street}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address, houseCity, houseZipCode, houseNumber, houseStreet) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Person.houseCity=CodeFilarete City, Person.address=nowhere, Person.houseZipCode=888, Person.age=35, Person.firstName=John, Person.lastName=Do, Person.houseNumber=42, Person.houseStreet=Stalactite street}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, house.number as house_number, house.street as house_street, house.zipCode as house_zipCode, house.city as house_city from Person left outer join House as house on Person.houseNumber = house.number and Person.houseStreet = house.street and Person.houseZipCode = house.zipCode and Person.houseCity = house.city where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, 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, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person add constraint FK_8b87d9bd foreign key(houseNumber, houseStreet, houseZipCode, houseCity) references House(number, street, zipCode, city)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into House(number, street, zipCode, city) values (?, ?, ?, ?) | {1={House.number=42, House.street=Stalactite street, House.city=CodeFilarete City, House.zipCode=888}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address, houseCity, houseStreet, houseNumber, houseZipCode) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Person.age=35, Person.houseCity=CodeFilarete City, Person.houseStreet=Stalactite street, Person.address=nowhere, Person.houseNumber=42, Person.houseZipCode=888, Person.lastName=Do, Person.firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, house.number as house_number, house.street as house_street, house.zipCode as house_zipCode, house.city as house_city from Person left outer join House as house on Person.houseNumber = house.number and Person.houseStreet = house.street and Person.houseZipCode = house.zipCode and Person.houseCity = house.city where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, 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, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person add constraint FK_8b87d9bd foreign key(houseNumber, houseStreet, houseZipCode, houseCity) references House(number, street, zipCode, city)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into House(number, street, zipCode, city) values (?, ?, ?, ?) | {1={House.zipCode=888, House.city=CodeFilarete City, House.number=42, House.street=Stalactite street}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address, houseZipCode, houseCity, houseStreet, houseNumber) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Person.houseZipCode=888, Person.houseCity=CodeFilarete City, Person.age=35, Person.houseStreet=Stalactite street, Person.firstName=John, Person.address=nowhere, Person.houseNumber=42, Person.lastName=Do}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, house.number as house_number, house.street as house_street, house.zipCode as house_zipCode, house.city as house_city from Person left outer join House as house on Person.houseNumber = house.number and Person.houseStreet = house.street and Person.houseZipCode = house.zipCode and Person.houseCity = house.city where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$UsingConstructor
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(catBreed, name, race, age, DTYPE) values (?, ?, ?, ?, ?) | {1={Pet.catBreed=Persian, Pet.name=Pluto, Pet.race=Dog, Pet.DTYPE=Pet, Pet.age=4}}
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@3819e94a]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.catBreed as Pet_catBreed, Pet.dogBreed as Pet_dogBreed, Pet.DTYPE as Pet_DTYPE from Pet where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@69acf3f2]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.catBreed as Pet_catBreed, Pet.dogBreed as Pet_dogBreed, Pet.DTYPE as Pet_DTYPE from Pet where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Pet where name = ? and race = ? and age = ? | {1={Pet.name=Pluto, Pet.race=Dog, Pet.age=4}}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Pet | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select catBreed from Pet | {}
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.name=Pluto, Pet.race=Dog, Pet.age=4}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Pet | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select catBreed from Pet | {}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Cat(catBreed, name, race, age) values (?, ?, ?, ?) | {1={Cat.race=Dog, Cat.catBreed=Persian, Cat.name=Pluto, Cat.age=4}}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@504a659d]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.DISCRIMINATOR as Pet_DISCRIMINATOR, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from (select Cat.name as name, Cat.race as race, Cat.age as age, 'Cat' as DISCRIMINATOR from Cat union all select Dog.name as name, Dog.race as race, Dog.age as age, 'Dog' as DISCRIMINATOR from Dog) as Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@52182684]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.DISCRIMINATOR as Pet_DISCRIMINATOR, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from (select Cat.name as name, Cat.race as race, Cat.age as age, 'Cat' as DISCRIMINATOR from Cat union all select Dog.name as name, Dog.race as race, Dog.age as age, 'Dog' as DISCRIMINATOR from Dog) as Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Cat where name = ? and race = ? and age = ? | {1={Cat.race=Dog, Cat.name=Pluto, Cat.age=4}}
2026-05-19 05:31:23	TRACE	SQLOperation	select catBreed from Cat | {}
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.race=Dog, Cat.name=Pluto, Cat.age=4}
2026-05-19 05:31:23	TRACE	SQLOperation	select catBreed from Cat | {}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Cat add constraint FK_7d3b9729 foreign key(name, race, age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Dog add constraint FK_46d3d303 foreign key(name, race, age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.race=Dog, Pet.name=Pluto, Pet.age=4}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Cat(catBreed, name, race, age) values (?, ?, ?, ?) | {1={Cat.name=Pluto, Cat.catBreed=Persian, Cat.race=Dog, Cat.age=4}}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@428cbfa1]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.compositekey.Pet$Cat
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@731898c7]], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Cat.catBreed as Cat_catBreed, Cat.name as Cat_name, Cat.race as Cat_race, Cat.age as Cat_age, Dog.dogBreed as Dog_dogBreed, Dog.name as Dog_name, Dog.race as Dog_race, Dog.age as Dog_age from Pet left outer join Cat as Cat on Pet.name = Cat.name and Pet.race = Cat.race and Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.compositekey.Pet$Cat
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Pluto', race='Dog', age=4}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Cat where name = ? and race = ? and age = ? | {1={Cat.name=Pluto, Cat.race=Dog, Cat.age=4}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Pet where name = ? and race = ? and age = ? | {1={Pet.race=Dog, Pet.name=Pluto, Pet.age=4}}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Pet | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select catBreed from Cat | {}
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.name=Pluto, Cat.race=Dog, Cat.age=4}
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.race=Dog, Pet.name=Pluto, Pet.age=4}
2026-05-19 05:31:23	TRACE	SQLOperation	select name from Pet | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select catBreed from Cat | {}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Cat(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255) not null, person_lastName varchar(255) not null, person_address varchar(255) not null, pets_name varchar(255) not null, pets_race varchar(255) not null, pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_name, pets_race, pets_age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Cat add constraint FK_7d3b9729 foreign key(name, race, age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_47cdb94d foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_3124176c foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.age=0, Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.race=Cat, Pet.age=2, Pet.name=Whiskers}, 2={Pet.race=Cat, Pet.age=3, Pet.name=Fluffy}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Cat(name, race, age) values (?, ?, ?) | {1={Cat.name=Whiskers, Cat.age=2, Cat.race=Cat}, 2={Cat.name=Fluffy, Cat.age=3, Cat.race=Cat}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person_pets(person_lastName, pets_race, pets_name, person_firstName, person_address, pets_age) values (?, ?, ?, ?, ?, ?) | {1={Person_pets.pets_race=Cat, Person_pets.pets_age=3, Person_pets.person_lastName=Do, Person_pets.person_address=nowhere, Person_pets.pets_name=Fluffy, Person_pets.person_firstName=John}, 2={Person_pets.pets_race=Cat, Person_pets.pets_age=2, Person_pets.person_lastName=Do, Person_pets.person_address=nowhere, Person_pets.pets_name=Whiskers, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age, Person_pets_Pet_Cat.name as Person_pets_Pet_Cat_name, Person_pets_Pet_Cat.race as Person_pets_Pet_Cat_race, Person_pets_Pet_Cat.age as Person_pets_Pet_Cat_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age left outer join Cat as Person_pets_Pet_Cat on Person_pets_Pet.name = Person_pets_Pet_Cat.name and Person_pets_Pet.race = Person_pets_Pet_Cat.race and Person_pets_Pet.age = Person_pets_Pet_Cat.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Fluffy', race='Cat', age=3}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Whiskers', race='Cat', age=2}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age, Person_pets_Pet_Cat.name as Person_pets_Pet_Cat_name, Person_pets_Pet_Cat.race as Person_pets_Pet_Cat_race, Person_pets_Pet_Cat.age as Person_pets_Pet_Cat_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age left outer join Cat as Person_pets_Pet_Cat on Person_pets_Pet.name = Person_pets_Pet_Cat.name and Person_pets_Pet.race = Person_pets_Pet_Cat.race and Person_pets_Pet.age = Person_pets_Pet_Cat.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Fluffy', race='Cat', age=3}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Whiskers', race='Cat', age=2}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.age (U)=36, Person.address (W)=nowhere, Person.lastName (W)=Do, Person.firstName (W)=John}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person_pets where person_firstName = ? and person_lastName = ? and person_address = ? and pets_name = ? and pets_race = ? and pets_age = ? | {1={Person_pets.pets_race=Cat, Person_pets.pets_age=2, Person_pets.person_lastName=Do, Person_pets.person_address=nowhere, Person_pets.pets_name=Whiskers, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.race=Cat, Pet.age=-42, Pet.name=Schrodinger}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Cat(name, race, age) values (?, ?, ?) | {1={Cat.name=Schrodinger, Cat.age=-42, Cat.race=Cat}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person_pets(person_lastName, pets_race, pets_name, person_firstName, person_address, pets_age) values (?, ?, ?, ?, ?, ?) | {1={Person_pets.pets_race=Cat, Person_pets.pets_age=-42, Person_pets.person_lastName=Do, Person_pets.person_address=nowhere, Person_pets.pets_name=Schrodinger, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age, Person_pets_Pet_Cat.name as Person_pets_Pet_Cat_name, Person_pets_Pet_Cat.race as Person_pets_Pet_Cat_race, Person_pets_Pet_Cat.age as Person_pets_Pet_Cat_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age left outer join Cat as Person_pets_Pet_Cat on Person_pets_Pet.name = Person_pets_Pet_Cat.name and Person_pets_Pet.race = Person_pets_Pet_Cat.race and Person_pets_Pet.age = Person_pets_Pet_Cat.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Fluffy', race='Cat', age=3}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Schrodinger', race='Cat', age=-42}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Cat(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255) not null, person_lastName varchar(255) not null, person_address varchar(255) not null, pets_name varchar(255) not null, pets_race varchar(255) not null, pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_name, pets_race, pets_age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Cat add constraint FK_7d3b9729 foreign key(name, race, age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_3124176c foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_47cdb94d foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.firstName=John, Person.age=0, Person.lastName=Do}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.name=Whiskers, Pet.race=Cat, Pet.age=2}, 2={Pet.name=Fluffy, Pet.race=Cat, Pet.age=3}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Cat(name, race, age) values (?, ?, ?) | {1={Cat.race=Cat, Cat.age=2, Cat.name=Whiskers}, 2={Cat.race=Cat, Cat.age=3, Cat.name=Fluffy}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person_pets(person_lastName, pets_race, pets_name, person_firstName, person_address, pets_age) values (?, ?, ?, ?, ?, ?) | {1={Person_pets.pets_name=Fluffy, Person_pets.person_address=nowhere, Person_pets.pets_age=3, Person_pets.pets_race=Cat, Person_pets.person_lastName=Do, Person_pets.person_firstName=John}, 2={Person_pets.pets_name=Whiskers, Person_pets.person_address=nowhere, Person_pets.pets_age=2, Person_pets.pets_race=Cat, Person_pets.person_lastName=Do, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age, Person_pets_Pet_Cat.name as Person_pets_Pet_Cat_name, Person_pets_Pet_Cat.race as Person_pets_Pet_Cat_race, Person_pets_Pet_Cat.age as Person_pets_Pet_Cat_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age left outer join Cat as Person_pets_Pet_Cat on Person_pets_Pet.name = Person_pets_Pet_Cat.name and Person_pets_Pet.race = Person_pets_Pet_Cat.race and Person_pets_Pet.age = Person_pets_Pet_Cat.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Fluffy', race='Cat', age=3}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Whiskers', race='Cat', age=2}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age, Person_pets_Pet_Cat.name as Person_pets_Pet_Cat_name, Person_pets_Pet_Cat.race as Person_pets_Pet_Cat_race, Person_pets_Pet_Cat.age as Person_pets_Pet_Cat_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age left outer join Cat as Person_pets_Pet_Cat on Person_pets_Pet.name = Person_pets_Pet_Cat.name and Person_pets_Pet.race = Person_pets_Pet_Cat.race and Person_pets_Pet.age = Person_pets_Pet_Cat.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Fluffy', race='Cat', age=3}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Whiskers', race='Cat', age=2}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.address (W)=nowhere, Person.firstName (W)=John, Person.age (U)=36, Person.lastName (W)=Do}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person_pets where person_firstName = ? and person_lastName = ? and person_address = ? and pets_name = ? and pets_race = ? and pets_age = ? | {1={Person_pets.person_address=nowhere, Person_pets.pets_name=Whiskers, Person_pets.pets_age=2, Person_pets.pets_race=Cat, Person_pets.person_lastName=Do, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.name=Schrodinger, Pet.race=Cat, Pet.age=-42}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Cat(name, race, age) values (?, ?, ?) | {1={Cat.race=Cat, Cat.age=-42, Cat.name=Schrodinger}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person_pets(person_lastName, pets_race, pets_name, person_firstName, person_address, pets_age) values (?, ?, ?, ?, ?, ?) | {1={Person_pets.pets_name=Schrodinger, Person_pets.person_address=nowhere, Person_pets.pets_age=-42, Person_pets.pets_race=Cat, Person_pets.person_lastName=Do, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age, Person_pets_Pet_Cat.name as Person_pets_Pet_Cat_name, Person_pets_Pet_Cat.race as Person_pets_Pet_Cat_race, Person_pets_Pet_Cat.age as Person_pets_Pet_Cat_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age left outer join Cat as Person_pets_Pet_Cat on Person_pets_Pet.name = Person_pets_Pet_Cat.name and Person_pets_Pet.race = Person_pets_Pet_Cat.race and Person_pets_Pet.age = Person_pets_Pet_Cat.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Fluffy', race='Cat', age=3}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object o.c.s.e.m.c.Pet$Cat#PetId{name='Schrodinger', race='Cat', age=-42}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Pet add constraint FK_fcda3543 foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	DEBUG	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age from Person left outer join Pet as Pet on Person.firstName = Pet.ownerFirstName and Person.lastName = Pet.ownerLastName and Person.address = Pet.ownerAddress where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	DEBUG	SQLOperation	insert into Person(address, age, firstName, lastName) values (?, ?, ?, ?)
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}, PetId{name='Rantanplan', race='Dog', age=5}]
2026-05-19 05:31:23	DEBUG	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age from Pet where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?), (?, ?, ?))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	DEBUG	SQLOperation	insert into Pet(age, name, ownerAddress, ownerFirstName, ownerLastName, race) values (?, ?, ?, ?, ?, ?)
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	DEBUG	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age from Person left outer join Pet as Pet on Person.firstName = Pet.ownerFirstName and Person.lastName = Pet.ownerLastName and Person.address = Pet.ownerAddress where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?))
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	DEBUG	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age from Person left outer join Pet as Pet on Person.firstName = Pet.ownerFirstName and Person.lastName = Pet.ownerLastName and Person.address = Pet.ownerAddress where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?))
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	DEBUG	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ?
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	DEBUG	SQLOperation	update Pet set ownerAddress = ?, ownerFirstName = ?, ownerLastName = ? where name = ? and race = ? and age = ?
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	DEBUG	SQLOperation	update Pet set ownerAddress = ?, ownerFirstName = ?, ownerLastName = ? where name = ? and race = ? and age = ?
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PetId{name='Schrodinger', race='Cat', age=-42}]
2026-05-19 05:31:23	DEBUG	SQLOperation	select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age from Pet where (Pet.name, Pet.race, Pet.age) in ((?, ?, ?))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	DEBUG	SQLOperation	insert into Pet(age, name, ownerAddress, ownerFirstName, ownerLastName, race) values (?, ?, ?, ?, ?, ?)
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Pet add constraint FK_fcda3543 foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.lastName=Do, Person.age=35, Person.address=nowhere}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age, ownerFirstName, ownerLastName, ownerAddress) values (?, ?, ?, ?, ?, ?) | {1={Pet.ownerFirstName=John, Pet.race=Dog, Pet.ownerAddress=nowhere, Pet.name=Rantanplan, Pet.ownerLastName=Do, Pet.age=5}, 2={Pet.ownerFirstName=John, Pet.race=Dog, Pet.ownerAddress=nowhere, Pet.name=Pluto, Pet.ownerLastName=Do, Pet.age=4}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age from Person left outer join Pet as Pet on Person.firstName = Pet.ownerFirstName and Person.lastName = Pet.ownerLastName and Person.address = Pet.ownerAddress where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age from Person left outer join Pet as Pet on Person.firstName = Pet.ownerFirstName and Person.lastName = Pet.ownerLastName and Person.address = Pet.ownerAddress where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.firstName (W)=John, Person.lastName (W)=Do, Person.age (U)=36, Person.address (W)=nowhere}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Pet set ownerFirstName = ?, ownerLastName = ?, ownerAddress = ? where name = ? and race = ? and age = ? | {1={Pet.ownerFirstName (U)=null, Pet.race (W)=Dog, Pet.ownerAddress (U)=null, Pet.name (W)=Rantanplan, Pet.ownerLastName (U)=null, Pet.age (W)=5}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Pet set ownerFirstName = ?, ownerLastName = ?, ownerAddress = ? where name = ? and race = ? and age = ? | {1={Pet.ownerFirstName (U)=John, Pet.race (W)=Dog, Pet.ownerAddress (U)=nowhere, Pet.name (W)=Pluto, Pet.ownerLastName (U)=Do, Pet.age (W)=4}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age, ownerFirstName, ownerLastName, ownerAddress) values (?, ?, ?, ?, ?, ?) | {1={Pet.ownerFirstName=John, Pet.race=Cat, Pet.ownerAddress=nowhere, Pet.name=Schrodinger, Pet.ownerLastName=Do, Pet.age=-42}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age from Person left outer join Pet as Pet on Person.firstName = Pet.ownerFirstName and Person.lastName = Pet.ownerLastName and Person.address = Pet.ownerAddress where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255) not null, person_lastName varchar(255) not null, person_address varchar(255) not null, pets_name varchar(255) not null, pets_race varchar(255) not null, pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_name, pets_race, pets_age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_47cdb94d foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_3124176c foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do, Person.age=35}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.name=Rantanplan, Pet.age=5, Pet.race=Dog}, 2={Pet.name=Pluto, Pet.age=4, Pet.race=Dog}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person_pets(person_lastName, pets_race, pets_name, person_firstName, person_address, pets_age) values (?, ?, ?, ?, ?, ?) | {1={Person_pets.person_lastName=Do, Person_pets.pets_age=4, Person_pets.pets_name=Pluto, Person_pets.pets_race=Dog, Person_pets.person_address=nowhere, Person_pets.person_firstName=John}, 2={Person_pets.person_lastName=Do, Person_pets.pets_age=5, Person_pets.pets_name=Rantanplan, Person_pets.pets_race=Dog, Person_pets.person_address=nowhere, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.firstName (W)=John, Person.address (W)=nowhere, Person.lastName (W)=Do, Person.age (U)=36}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person_pets where person_firstName = ? and person_lastName = ? and person_address = ? and pets_name = ? and pets_race = ? and pets_age = ? | {1={Person_pets.person_lastName=Do, Person_pets.pets_age=5, Person_pets.pets_name=Rantanplan, Person_pets.pets_race=Dog, Person_pets.person_address=nowhere, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, race, age) values (?, ?, ?) | {1={Pet.name=Schrodinger, Pet.age=-42, Pet.race=Cat}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person_pets(person_lastName, pets_race, pets_name, person_firstName, person_address, pets_age) values (?, ?, ?, ?, ?, ?) | {1={Person_pets.person_lastName=Do, Person_pets.pets_age=-42, Person_pets.pets_name=Schrodinger, Person_pets.pets_race=Cat, Person_pets.person_address=nowhere, Person_pets.person_firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, Person_pets_Pet.name as Person_pets_Pet_name, Person_pets_Pet.race as Person_pets_Pet_race, Person_pets_Pet.age as Person_pets_Pet_age from Person left outer join Person_pets as Person_pets on Person.firstName = Person_pets.person_firstName and Person.lastName = Person_pets.person_lastName and Person.address = Person_pets.person_address left outer join Pet as Person_pets_Pet on Person_pets.pets_name = Person_pets_Pet.name and Person_pets.pets_race = Person_pets_Pet.race and Person_pets.pets_age = Person_pets_Pet.age where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$WithEnum
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, type varchar(255) not null, age integer not null, unique (name, type, age))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, type, age) values (?, ?, ?) | {1={Pet.age=4, Pet.name=Pluto, Pet.type=Dog}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.type as Pet_type, Pet.age as Pet_age from Pet where (Pet.name, Pet.type, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Pet
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, type integer not null, age integer not null, unique (name, type, age))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Pet(name, type, age) values (?, ?, ?) | {1={Pet.type=Dog, Pet.name=Pluto, Pet.age=4}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PetId{name='Pluto', race='Dog', age=4}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Pet.name as Pet_name, Pet.type as Pet_type, Pet.age as Pet_age from Pet where (Pet.name, Pet.type, Pet.age) in ((?, ?, ?)) | {1=Pluto, 2=Dog, 3=4}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Pet
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$WithEnum
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into House(id) values (default) | {1={}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address, houseId) values (?, ?, ?, ?, ?) | {1={Person.age=35, Person.houseId=1, Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, house.id as house_id from Person left outer join House as house on Person.houseId = house.id where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ?, houseId = ? where firstName = ? and lastName = ? and address = ? | {1={Person.age (U)=36, Person.houseId (U)=1, Person.lastName (W)=Do, Person.firstName (W)=John, Person.address (W)=nowhere}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table House add constraint FK_a240422 foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do, Person.age=35}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into House(id, ownerAddress, ownerFirstName, ownerLastName) values (default, ?, ?, ?) | {1={House.ownerFirstName=John, House.ownerLastName=Do, House.ownerAddress=nowhere}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, house.id as house_id from Person left outer join House as house on Person.firstName = house.ownerFirstName and Person.lastName = house.ownerLastName and Person.address = house.ownerAddress where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.address (W)=nowhere, Person.firstName (W)=John, Person.lastName (W)=Do, Person.age (U)=36}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:23	TRACE	SQLOperation	select House.id as House_id from House where House.id in (?) | {1=1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.House
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update House set ownerAddress = ?, ownerFirstName = ?, ownerLastName = ? where id = ? | {1={House.ownerFirstName (U)=John, House.ownerLastName (U)=Do, House.ownerAddress (U)=nowhere, House.id (W)=1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update House set ownerAddress = ?, ownerFirstName = ?, ownerLastName = ? where id = ? | {1={House.ownerFirstName (U)=null, House.ownerLastName (U)=null, House.ownerAddress (U)=null, House.id (W)=1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, 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, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person add constraint FK_8b87d9bd foreign key(houseNumber, houseStreet, houseZipCode, houseCity) references House(number, street, zipCode, city)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into House(number, street, zipCode, city) values (?, ?, ?, ?) | {1={House.zipCode=888, House.city=CodeFilarete City, House.street=Stalactite street, House.number=42}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address, houseZipCode, houseNumber, houseCity, houseStreet) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Person.lastName=Do, Person.houseZipCode=888, Person.age=35, Person.houseNumber=42, Person.houseCity=CodeFilarete City, Person.address=nowhere, Person.houseStreet=Stalactite street, Person.firstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, house.number as house_number, house.street as house_street, house.zipCode as house_zipCode, house.city as house_city from Person left outer join House as house on Person.houseNumber = house.number and Person.houseStreet = house.street and Person.houseZipCode = house.zipCode and Person.houseCity = house.city where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ?, houseZipCode = ?, houseNumber = ?, houseCity = ?, houseStreet = ? where firstName = ? and lastName = ? and address = ? | {1={Person.lastName (W)=Do, Person.houseZipCode (U)=888, Person.age (U)=36, Person.houseNumber (U)=42, Person.houseCity (U)=CodeFilarete City, Person.address (W)=nowhere, Person.houseStreet (U)=Stalactite street, Person.firstName (W)=John}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table House add constraint FK_a240422 foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.lastName=Do, Person.age=35, Person.address=nowhere, Person.firstName=John}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into House(number, street, zipCode, city, ownerAddress, ownerLastName, ownerFirstName) values (?, ?, ?, ?, ?, ?, ?) | {1={House.city=CodeFilarete City, House.ownerAddress=nowhere, House.ownerLastName=Do, House.street=Stalactite street, House.zipCode=888, House.number=42, House.ownerFirstName=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [PersonId{firstName='John', lastName='Do', address='nowhere'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address, house.number as house_number, house.street as house_street, house.zipCode as house_zipCode, house.city as house_city from Person left outer join House as house on Person.firstName = house.ownerFirstName and Person.lastName = house.ownerLastName and Person.address = house.ownerAddress where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {1=John, 2=Do, 3=nowhere}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.c.Person#PersonId{firstName='John', lastName='Do', address='nowhere'}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Person set age = ? where firstName = ? and lastName = ? and address = ? | {1={Person.lastName (W)=Do, Person.age (U)=36, Person.address (W)=nowhere, Person.firstName (W)=John}}
2026-05-19 05:31:23	DEBUG	SimpleRelationalEntityPersister	selecting entities [HouseId{number=42, street='Stalactite street', zipCode='888', city='CodeFilarete City'}]
2026-05-19 05:31:23	TRACE	SQLOperation	select House.number as House_number, House.street as House_street, House.zipCode as House_zipCode, House.city as House_city from House where (House.number, House.street, House.zipCode, House.city) in ((?, ?, ?, ?)) | {1=42, 2=Stalactite street, 3=888, 4=CodeFilarete City}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.House
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update House set ownerAddress = ?, ownerLastName = ?, ownerFirstName = ? where number = ? and street = ? and zipCode = ? and city = ? | {1={House.city (W)=CodeFilarete City, House.ownerAddress (U)=nowhere, House.ownerLastName (U)=Do, House.street (W)=Stalactite street, House.zipCode (W)=888, House.number (W)=42, House.ownerFirstName (U)=John}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update House set ownerAddress = ?, ownerLastName = ?, ownerFirstName = ? where number = ? and street = ? and zipCode = ? and city = ? | {1={House.city (W)=CodeFilarete City, House.ownerAddress (U)=null, House.ownerLastName (U)=null, House.street (W)=Stalactite street, House.zipCode (W)=888, House.number (W)=42, House.ownerFirstName (U)=null}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.lastName=Do, Person.address=nowhere, Person.firstName=John}}
2026-05-19 05:31:23	TRACE	SQLOperation	select Person.age from Person | {}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUDOneToOne
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(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, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person add constraint FK_8b87d9bd foreign key(houseNumber, houseStreet, houseZipCode, houseCity) references House(number, street, zipCode, city)
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table House add constraint FK_a240422 foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-05-19 05:31:23	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))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table House add constraint FK_a240422 foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person(age integer not null, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Person_pets(person_firstName varchar(255) not null, person_lastName varchar(255) not null, person_address varchar(255) not null, pets_name varchar(255) not null, pets_race varchar(255) not null, pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_name, pets_race, pets_age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_47cdb94d foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Person_pets add constraint FK_3124176c foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest
[INFO] Running org.codefilarete.stalactite.engine.ElementCollectionTableNamingStrategyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.codefilarete.stalactite.engine.ElementCollectionTableNamingStrategyTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id, model, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.model=Renault, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id, color, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=42], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2, AbstractVehicle.DTYPE=TRUCK}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update AbstractVehicle set model = ? where id = ? | {1={AbstractVehicle.id (W)=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.model (U)=Peugeot}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update AbstractVehicle set color = ? where id = ? | {1={AbstractVehicle.id (W)=o.c.s.i.PersistableIdentifier@2, AbstractVehicle.color (U)=Color[rgb=99]}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, model) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Truck(id, color) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.id (W)=o.c.s.i.PersistableIdentifier@1, Car.model (U)=Peugeot}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.id (W)=o.c.s.i.PersistableIdentifier@2, Truck.color (U)=Color[rgb=99]}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model from AbstractVehicle left outer join Truck as Truck on AbstractVehicle.id = Truck.id left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model from AbstractVehicle left outer join Truck as Truck on AbstractVehicle.id = Truck.id left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model from AbstractVehicle left outer join Truck as Truck on AbstractVehicle.id = Truck.id left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, model) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Truck(id, color) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Truck set color = ? where id = ? | {1={Truck.color (U)=Color[rgb=99], Truck.id (W)=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@4515e118 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.id as Car_id, Car.model as Car_model, Truck.id as Truck_id, Truck.color as Truck_color from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id left outer join Truck as Truck on AbstractVehicle.id = Truck.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@4515e118 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.id as Car_id, Car.model as Car_model, Truck.id as Truck_id, Truck.color as Truck_color from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id left outer join Truck as Truck on AbstractVehicle.id = Truck.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@4515e118 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.id as Car_id, Car.model as Car_model, Truck.id as Truck_id, Truck.color as Truck_color from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id left outer join Truck as Truck on AbstractVehicle.id = Truck.id where AbstractVehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@73d015bd In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id left outer join Truck as Truck on AbstractVehicle.id = Truck.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot}}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@73d015bd In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id left outer join Truck as Truck on AbstractVehicle.id = Truck.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@73d015bd In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id left outer join Truck as Truck on AbstractVehicle.id = Truck.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id left outer join Truck as Truck on AbstractVehicle.id = Truck.id | {}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from car | {}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@4d2ef55e In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id from (select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from car | {}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@4d2ef55e In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id from (select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from car | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model varchar(255), color int, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Truck(color int, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(color, id) values (?, ?) | {1={Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	TRACE	SQLOperation	select model from Car | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, model, color) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, model, color) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@53395765 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from (select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.color (U)=Color[rgb=666]}}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@53395765 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DISCRIMINATOR as AbstractVehicle_DISCRIMINATOR, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from (select Car.id as id, 'Car' as DISCRIMINATOR from Car) as AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(model varchar(255), id int not null, color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(model, color, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5204f2e3 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.model (U)=Peugeot, Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5204f2e3 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@5204f2e3 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@18aa15d7 Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.color = ? | {1=Color[rgb=42]}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@18aa15d7 Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.model as Car_model, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.color = ? | {1=Color[rgb=666]}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select count(*) as truckCount from truck where id = 2 | {}
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, model, color) values (?, ?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Truck(id, color) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from abstractVehicle | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from AbstractVehicle left outer join Truck as Truck on AbstractVehicle.id = Truck.id left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.color (U)=Color[rgb=666]}}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from AbstractVehicle left outer join Truck as Truck on AbstractVehicle.id = Truck.id left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from AbstractVehicle left outer join Truck as Truck on AbstractVehicle.id = Truck.id left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Truck.id as Truck_id, Truck.color as Truck_color, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from AbstractVehicle left outer join Truck as Truck on AbstractVehicle.id = Truck.id left outer join Car as Car on AbstractVehicle.id = Car.id | {}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	TRACE	SQLOperation	select count(*) as vehicleCount from abstractVehicle where id in (1, 2) | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select count(*) as carCount from car where id = 1 | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select count(*) as truckCount from car where id = 2 | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, model, color) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1, Car.model (U)=Peugeot}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Truck(id int not null, color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, color) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Truck(id, color) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}
2026-05-19 05:31:23	TRACE	SQLOperation	select model from Car | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table AbstractVehicle(id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), color int, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, model, color) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, model, color) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ?, color = ? where id = ? | {1={Car.model (U)=Peugeot, Car.color (U)=Color[rgb=666], Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, Car.id as Car_id, Car.model as Car_model, Car.color as Car_color from AbstractVehicle left outer join Car as Car on AbstractVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Car(id int not null, model varchar(255), unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Truck(id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:23	DEBUG	DDLDeployer	alter table Truck add constraint FK_Truck_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.color=Color[rgb=666]}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicle.color=Color[rgb=42]}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Car(id, model) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into Truck(id) values (?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from Vehicle | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from car | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select id from truck | {}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id, Car.model as Car_model from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id, Car.model as Car_model from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1, Vehicle.color (U)=Color[rgb=256]}}
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id, Car.model as Car_model from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id, Car.model as Car_model from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.color = ? | {1=Color[rgb=42]}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Truck#o.c.s.i.PersistedIdentifier@2
2026-05-19 05:31:23	DEBUG	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id, Car.model as Car_model from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.color = ? | {1=Color[rgb=256]}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Car#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2026-05-19 05:31:23	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id, model, color, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.model=Renault}}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id, color, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2, AbstractVehicle.DTYPE=TRUCK, AbstractVehicle.color=Color[rgb=42]}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle | {}
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update AbstractVehicle set model = ?, color = ? where id = ? | {1={AbstractVehicle.id (W)=o.c.s.i.PersistedIdentifier@1, AbstractVehicle.color (U)=Color[rgb=666], AbstractVehicle.model (U)=Peugeot}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle | {}
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle | {}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle | {}
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle | {}
2026-05-19 05:31:23	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	insert into AbstractVehicle(id, model, color, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.model=Renault, AbstractVehicle.DTYPE=CAR, AbstractVehicle.color=Color[rgb=666]}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle | {}
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	update AbstractVehicle set model = ?, color = ? where id = ? | {1={AbstractVehicle.id (W)=o.c.s.i.PersistedIdentifier@1, AbstractVehicle.model (U)=Peugeot, AbstractVehicle.color (U)=Color[rgb=666]}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle | {}
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:23	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:23	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:23	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:23	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:23	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:23	TRACE	SQLOperation	select * from abstractVehicle | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into AbstractVehicle(id, color, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=666], AbstractVehicle.DTYPE=CAR, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into AbstractVehicle(id, color, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=42], AbstractVehicle.DTYPE=TRUCK, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:24	TRACE	SQLOperation	select model from AbstractVehicle | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into AbstractVehicle(id, model, color, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.model=Renault, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.DTYPE=CAR}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into AbstractVehicle(id, model, color, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.model=Renault, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.DTYPE=CAR}}
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:24	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update AbstractVehicle set model = ?, color = ? where id = ? | {1={AbstractVehicle.model (U)=Peugeot, AbstractVehicle.color (U)=Color[rgb=666], AbstractVehicle.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:24	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Vehicle(color int, id int, model varchar(255), DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Vehicle(id, model, color, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=CAR, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.model=Renault, Vehicle.color=Color[rgb=666]}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Vehicle(id, color, DTYPE) values (?, ?, ?) | {1={Vehicle.DTYPE=TRUCK, Vehicle.id=o.c.s.i.PersistableIdentifier@2, Vehicle.color=Color[rgb=42]}}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Vehicle where DTYPE ='CAR' | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Vehicle where DTYPE ='TRUCK' | {}
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:24	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Vehicle set model = ?, color = ? where id = ? | {1={Vehicle.model (U)=Peugeot, Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1, Vehicle.color (U)=Color[rgb=666]}}
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:24	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Vehicle set color = ? where id = ? | {1={Vehicle.color (U)=Color[rgb=256], Vehicle.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistedIdentifier@2]
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:24	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@2}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:24	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.color = ? | {1=Color[rgb=42]}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:24	TRACE	SQLOperation	select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.model as Vehicle_model, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.color = ? | {1=Color[rgb=256]}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:24	TRACE	SQLOperation	select count(*) as carCount from Vehicle where id = 1 | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select count(*) as truckCount from Vehicle where id = 2 | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table AbstractVehicle(id int, model varchar(255), color integer, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into AbstractVehicle(id, model, color, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.DTYPE=CAR, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.model=Renault}}
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	DEBUG	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:24	TRACE	SQLOperation	select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_addressBook(id int, key integer, value varchar(255), unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_addressBook add constraint FK_Person_addressBook_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_addressBook(id, key, value) values (?, ?, ?) | {1={Person_addressBook.key=HOME, Person_addressBook.value=Grenoble, Person_addressBook.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_addressBook.key=BILLING_ADDRESS, Person_addressBook.value=Lyon, Person_addressBook.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_addressBook.value as Person_addressBook_value, Person_addressBook.key as Person_addressBook_key, Person_addressBook.id as Person_addressBook_id from Person left outer join Person_addressBook as Person_addressBook on Person.id = Person_addressBook.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_addressBook where id = ? and key = ? | {1={Person_addressBook.key=HOME, Person_addressBook.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_addressBook(id, key, value) values (?, ?, ?) | {1={Person_addressBook.key=OTHER, Person_addressBook.value=Marseille, Person_addressBook.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_addressBook.value as Person_addressBook_value, Person_addressBook.key as Person_addressBook_key, Person_addressBook.id as Person_addressBook_id from Person left outer join Person_addressBook as Person_addressBook on Person.id = Person_addressBook.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_addressBook where id = ? and key = ? | {1={Person_addressBook.key=OTHER, Person_addressBook.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_addressBook.key=BILLING_ADDRESS, Person_addressBook.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_addressBook | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_contracts(id int, key varchar(255), creationDate timestamp, modificationDate timestamp, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_contracts add constraint FK_Person_contracts_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_contracts(creationDate, id, key, modificationDate) values (?, ?, ?, ?) | {1={Person_contracts.modificationDate=Mon May 18 05:31:24 UTC 2026, Person_contracts.key=Lyon, Person_contracts.creationDate=Mon May 18 05:31:24 UTC 2026, Person_contracts.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_contracts.modificationDate=Sat May 09 05:31:24 UTC 2026, Person_contracts.key=Grenoble, Person_contracts.creationDate=Sat May 09 05:31:24 UTC 2026, Person_contracts.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_contracts.creationDate as Person_contracts_creationDate, Person_contracts.modificationDate as Person_contracts_modificationDate, Person_contracts.key as Person_contracts_key, Person_contracts.id as Person_contracts_id from Person left outer join Person_contracts as Person_contracts on Person.id = Person_contracts.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person_contracts set creationDate = ?, modificationDate = ? where id = ? and key = ? | {1={Person_contracts.modificationDate (U)=Sun May 17 05:31:24 UTC 2026, Person_contracts.key (W)=Lyon, Person_contracts.creationDate (U)=Sun May 17 05:31:24 UTC 2026, Person_contracts.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_contracts where id = ? and key = ? | {1={Person_contracts.id=o.c.s.i.PersistedIdentifier@1, Person_contracts.key=Grenoble}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_contracts(creationDate, id, key, modificationDate) values (?, ?, ?, ?) | {1={Person_contracts.modificationDate=Thu May 14 05:31:24 UTC 2026, Person_contracts.key=Marseille, Person_contracts.creationDate=Thu May 14 05:31:24 UTC 2026, Person_contracts.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_contracts.creationDate as Person_contracts_creationDate, Person_contracts.modificationDate as Person_contracts_modificationDate, Person_contracts.key as Person_contracts_key, Person_contracts.id as Person_contracts_id from Person left outer join Person_contracts as Person_contracts on Person.id = Person_contracts.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_contracts where id = ? and key = ? | {1={Person_contracts.id=o.c.s.i.PersistedIdentifier@1, Person_contracts.key=Lyon}, 2={Person_contracts.id=o.c.s.i.PersistedIdentifier@1, Person_contracts.key=Marseille}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_contracts | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_phoneNumbers(id, key, value) values (?, ?, ?) | {1={Person_phoneNumbers.value=02 22 22 22 22, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1, Person_phoneNumbers.key=work}, 2={Person_phoneNumbers.value=03 33 33 33 33, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1, Person_phoneNumbers.key=mobile}, 3={Person_phoneNumbers.value=01 11 11 11 11, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1, Person_phoneNumbers.key=home}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_phoneNumbers.value as Person_phoneNumbers_value, Person_phoneNumbers.key as Person_phoneNumbers_key, Person_phoneNumbers.id as Person_phoneNumbers_id from Person left outer join Person_phoneNumbers as Person_phoneNumbers on Person.id = Person_phoneNumbers.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_phoneNumbers where id = ? and key = ? | {1={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=mobile}, 2={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=home}, 3={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=work}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_phoneNumbers | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_phoneNumbers(id, key, value) values (?, ?, ?) | {1={Person_phoneNumbers.key=work, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1, Person_phoneNumbers.value=02 22 22 22 22}, 2={Person_phoneNumbers.key=home, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1, Person_phoneNumbers.value=01 11 11 11 11}, 3={Person_phoneNumbers.key=mobile, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1, Person_phoneNumbers.value=03 33 33 33 33}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_phoneNumbers.value as Person_phoneNumbers_value, Person_phoneNumbers.key as Person_phoneNumbers_key, Person_phoneNumbers.id as Person_phoneNumbers_id from Person left outer join Person_phoneNumbers as Person_phoneNumbers on Person.id = Person_phoneNumbers.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_phoneNumbers(id, key, value) values (?, ?, ?) | {1={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1, Person_phoneNumbers.key=home, Person_phoneNumbers.value=01 11 11 11 11}, 2={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1, Person_phoneNumbers.key=mobile, Person_phoneNumbers.value=03 33 33 33 33}, 3={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1, Person_phoneNumbers.key=work, Person_phoneNumbers.value=02 22 22 22 22}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_phoneNumbers.value as Person_phoneNumbers_value, Person_phoneNumbers.key as Person_phoneNumbers_key, Person_phoneNumbers.id as Person_phoneNumbers_id from Person left outer join Person_phoneNumbers as Person_phoneNumbers on Person.id = Person_phoneNumbers.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_phoneNumbers(id, key, value) values (?, ?, ?) | {1={Person_phoneNumbers.key=mobile, Person_phoneNumbers.value=03 33 33 33 33, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_phoneNumbers.key=home, Person_phoneNumbers.value=01 11 11 11 11, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1}, 3={Person_phoneNumbers.key=work, Person_phoneNumbers.value=02 22 22 22 22, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_phoneNumbers.value as Person_phoneNumbers_value, Person_phoneNumbers.key as Person_phoneNumbers_key, Person_phoneNumbers.id as Person_phoneNumbers_id from Person left outer join Person_phoneNumbers as Person_phoneNumbers on Person.id = Person_phoneNumbers.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_phoneNumbers where id = ? and key = ? | {1={Person_phoneNumbers.key=home, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_phoneNumbers.value as Person_phoneNumbers_value, Person_phoneNumbers.key as Person_phoneNumbers_key, Person_phoneNumbers.id as Person_phoneNumbers_id from Person left outer join Person_phoneNumbers as Person_phoneNumbers on Person.id = Person_phoneNumbers.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_addresses(id int, creationDate timestamp, modificationDate timestamp, value varchar(255), unique (id, creationDate, modificationDate))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_addresses add constraint FK_Person_addresses_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_addresses(creationDate, id, modificationDate, value) values (?, ?, ?, ?) | {1={Person_addresses.modificationDate=Sat May 09 05:31:24 UTC 2026, Person_addresses.value=Grenoble, Person_addresses.creationDate=Sat May 09 05:31:24 UTC 2026, Person_addresses.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_addresses.modificationDate=Mon May 18 05:31:24 UTC 2026, Person_addresses.value=Lyon, Person_addresses.creationDate=Mon May 18 05:31:24 UTC 2026, Person_addresses.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_addresses.creationDate as Person_addresses_creationDate, Person_addresses.value as Person_addresses_value, Person_addresses.modificationDate as Person_addresses_modificationDate, Person_addresses.id as Person_addresses_id from Person left outer join Person_addresses as Person_addresses on Person.id = Person_addresses.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person_addresses set value = ? where id = ? and creationDate = ? and modificationDate = ? | {1={Person_addresses.modificationDate (W)=Mon May 18 05:31:24 UTC 2026, Person_addresses.value (U)=Paris, Person_addresses.id (W)=o.c.s.i.PersistedIdentifier@1, Person_addresses.creationDate (W)=Mon May 18 05:31:24 UTC 2026}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_addresses where id = ? and creationDate = ? and modificationDate = ? | {1={Person_addresses.modificationDate=Sat May 09 05:31:24 UTC 2026, Person_addresses.id=o.c.s.i.PersistedIdentifier@1, Person_addresses.creationDate=Sat May 09 05:31:24 UTC 2026}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_addresses(creationDate, id, modificationDate, value) values (?, ?, ?, ?) | {1={Person_addresses.modificationDate=Thu May 14 05:31:24 UTC 2026, Person_addresses.value=Marseille, Person_addresses.creationDate=Thu May 14 05:31:24 UTC 2026, Person_addresses.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_addresses.creationDate as Person_addresses_creationDate, Person_addresses.value as Person_addresses_value, Person_addresses.modificationDate as Person_addresses_modificationDate, Person_addresses.id as Person_addresses_id from Person left outer join Person_addresses as Person_addresses on Person.id = Person_addresses.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_addresses where id = ? and creationDate = ? and modificationDate = ? | {1={Person_addresses.modificationDate=Thu May 14 05:31:24 UTC 2026, Person_addresses.id=o.c.s.i.PersistedIdentifier@1, Person_addresses.creationDate=Thu May 14 05:31:24 UTC 2026}, 2={Person_addresses.modificationDate=Mon May 18 05:31:24 UTC 2026, Person_addresses.id=o.c.s.i.PersistedIdentifier@1, Person_addresses.creationDate=Mon May 18 05:31:24 UTC 2026}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_addresses | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates(id int, creationDate timestamp, modificationDate timestamp, value_creationDate timestamp, value_modificationDate timestamp, unique (id, creationDate, modificationDate))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates add constraint FK_Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates(creationDate, id, modificationDate, value_creationDate, value_modificationDate) values (?, ?, ?, ?, ?) | {1={Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.creationDate=Mon May 18 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Mon May 18 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_modificationDate=Sat May 09 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_creationDate=Sat May 09 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.creationDate=Sun May 17 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Sun May 17 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_modificationDate=Wed Apr 29 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_creationDate=Wed Apr 29 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.creationDate as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_creationDate, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_modificationDate as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_value_modificationDate, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_creationDate as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_value_creationDate, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_modificationDate, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_id from Person left outer join Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates on Person.id = Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates where id = ? and creationDate = ? and modificationDate = ? | {1={Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.creationDate=Mon May 18 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Mon May 18 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates(creationDate, id, modificationDate, value_creationDate, value_modificationDate) values (?, ?, ?, ?, ?) | {1={Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.creationDate=Sat May 16 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Sat May 16 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_modificationDate=Sun Apr 19 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_creationDate=Sun Apr 19 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.creationDate as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_creationDate, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_modificationDate as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_value_modificationDate, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.value_creationDate as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_value_creationDate, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_modificationDate, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates_id from Person left outer join Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates as Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates on Person.id = Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates where id = ? and creationDate = ? and modificationDate = ? | {1={Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.creationDate=Sun May 17 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Sun May 17 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.creationDate=Sat May 16 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Sat May 16 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfComplexTypes(id int, creationDate timestamp, modificationDate timestamp, serialNumber varchar(255), model varchar(255), unique (id, creationDate, modificationDate))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfComplexTypes add constraint FK_Person_mapPropertyMadeOfComplexTypes_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfComplexTypes(creationDate, id, model, modificationDate, serialNumber) values (?, ?, ?, ?, ?) | {1={Person_mapPropertyMadeOfComplexTypes.serialNumber=123, Person_mapPropertyMadeOfComplexTypes.modificationDate=Mon May 18 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypes.model=model1, Person_mapPropertyMadeOfComplexTypes.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfComplexTypes.creationDate=Mon May 18 05:31:24 UTC 2026}, 2={Person_mapPropertyMadeOfComplexTypes.serialNumber=456, Person_mapPropertyMadeOfComplexTypes.modificationDate=Sun May 17 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypes.model=model2, Person_mapPropertyMadeOfComplexTypes.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfComplexTypes.creationDate=Sun May 17 05:31:24 UTC 2026}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfComplexTypes.creationDate as Person_mapPropertyMadeOfComplexTypes_creationDate, Person_mapPropertyMadeOfComplexTypes.model as Person_mapPropertyMadeOfComplexTypes_model, Person_mapPropertyMadeOfComplexTypes.serialNumber as Person_mapPropertyMadeOfComplexTypes_serialNumber, Person_mapPropertyMadeOfComplexTypes.modificationDate as Person_mapPropertyMadeOfComplexTypes_modificationDate, Person_mapPropertyMadeOfComplexTypes.id as Person_mapPropertyMadeOfComplexTypes_id from Person left outer join Person_mapPropertyMadeOfComplexTypes as Person_mapPropertyMadeOfComplexTypes on Person.id = Person_mapPropertyMadeOfComplexTypes.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person_mapPropertyMadeOfComplexTypes set model = ?, serialNumber = ? where id = ? and creationDate = ? and modificationDate = ? | {1={Person_mapPropertyMadeOfComplexTypes.serialNumber (U)=789, Person_mapPropertyMadeOfComplexTypes.modificationDate (W)=Sun May 17 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypes.model (U)=model4, Person_mapPropertyMadeOfComplexTypes.id (W)=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypes.creationDate (W)=Sun May 17 05:31:24 UTC 2026}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfComplexTypes where id = ? and creationDate = ? and modificationDate = ? | {1={Person_mapPropertyMadeOfComplexTypes.modificationDate=Mon May 18 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypes.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypes.creationDate=Mon May 18 05:31:24 UTC 2026}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfComplexTypes(creationDate, id, model, modificationDate, serialNumber) values (?, ?, ?, ?, ?) | {1={Person_mapPropertyMadeOfComplexTypes.serialNumber=789, Person_mapPropertyMadeOfComplexTypes.modificationDate=Sat May 16 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypes.model=model3, Person_mapPropertyMadeOfComplexTypes.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfComplexTypes.creationDate=Sat May 16 05:31:24 UTC 2026}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfComplexTypes.creationDate as Person_mapPropertyMadeOfComplexTypes_creationDate, Person_mapPropertyMadeOfComplexTypes.model as Person_mapPropertyMadeOfComplexTypes_model, Person_mapPropertyMadeOfComplexTypes.serialNumber as Person_mapPropertyMadeOfComplexTypes_serialNumber, Person_mapPropertyMadeOfComplexTypes.modificationDate as Person_mapPropertyMadeOfComplexTypes_modificationDate, Person_mapPropertyMadeOfComplexTypes.id as Person_mapPropertyMadeOfComplexTypes_id from Person left outer join Person_mapPropertyMadeOfComplexTypes as Person_mapPropertyMadeOfComplexTypes on Person.id = Person_mapPropertyMadeOfComplexTypes.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfComplexTypes where id = ? and creationDate = ? and modificationDate = ? | {1={Person_mapPropertyMadeOfComplexTypes.modificationDate=Sat May 16 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypes.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypes.creationDate=Sat May 16 05:31:24 UTC 2026}, 2={Person_mapPropertyMadeOfComplexTypes.modificationDate=Sun May 17 05:31:24 UTC 2026, Person_mapPropertyMadeOfComplexTypes.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypes.creationDate=Sun May 17 05:31:24 UTC 2026}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfComplexTypes | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_phoneNumbers(id, key, value) values (?, ?, ?) | {1={Person_phoneNumbers.key=work, Person_phoneNumbers.value=02 22 22 22 22, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_phoneNumbers.key=mobile, Person_phoneNumbers.value=03 33 33 33 33, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1}, 3={Person_phoneNumbers.key=home, Person_phoneNumbers.value=01 11 11 11 11, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_phoneNumbers.value as Person_phoneNumbers_value, Person_phoneNumbers.key as Person_phoneNumbers_key, Person_phoneNumbers.id as Person_phoneNumbers_id from Person left outer join Person_phoneNumbers as Person_phoneNumbers on Person.id = Person_phoneNumbers.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_phoneNumbers(id, key, value) values (?, ?, ?) | {1={Person_phoneNumbers.key=vacation site, Person_phoneNumbers.value=04 44 44 44 44, Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_phoneNumbers.value as Person_phoneNumbers_value, Person_phoneNumbers.key as Person_phoneNumbers_key, Person_phoneNumbers.id as Person_phoneNumbers_id from Person left outer join Person_phoneNumbers as Person_phoneNumbers on Person.id = Person_phoneNumbers.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_key_City_id foreign key(key) references City(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(id, name) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=null}, 2={City.id=o.c.s.i.PersistableIdentifier@2, City.name=null}, 3={City.id=o.c.s.i.PersistableIdentifier@3, City.name=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null, Country.name=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@2, Country.description=null, Country.name=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@3, Country.description=null, Country.name=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@4, Country.description=null, Country.name=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:24	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id from Country where Country.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKeyAndValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.value=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistableIdentifier@2}, 2={Person_mapPropertyMadeOfEntityAsKeyAndValue.value=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKeyAndValue.value as Person_mapPropertyMadeOfEntityAsKeyAndValue_value, Person_mapPropertyMadeOfEntityAsKeyAndValue.key as Person_mapPropertyMadeOfEntityAsKeyAndValue_key, Person_mapPropertyMadeOfEntityAsKeyAndValue.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.description as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_description, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKeyAndValue as Person_mapPropertyMadeOfEntityAsKeyAndValue on Person.id = Person_mapPropertyMadeOfEntityAsKeyAndValue.id left outer join City as Person_mapPropertyMadeOfEntityAsKeyAndValue_City on Person_mapPropertyMadeOfEntityAsKeyAndValue.key = Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id left outer join Country as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country on Person_mapPropertyMadeOfEntityAsKeyAndValue.value = Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person_mapPropertyMadeOfEntityAsKeyAndValue set value = ? where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.value (U)=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsKeyAndValue.id (W)=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key (W)=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKeyAndValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKeyAndValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.value=o.c.s.i.PersistableIdentifier@4, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKeyAndValue.value as Person_mapPropertyMadeOfEntityAsKeyAndValue_value, Person_mapPropertyMadeOfEntityAsKeyAndValue.key as Person_mapPropertyMadeOfEntityAsKeyAndValue_key, Person_mapPropertyMadeOfEntityAsKeyAndValue.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.description as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_description, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKeyAndValue as Person_mapPropertyMadeOfEntityAsKeyAndValue on Person.id = Person_mapPropertyMadeOfEntityAsKeyAndValue.id left outer join City as Person_mapPropertyMadeOfEntityAsKeyAndValue_City on Person_mapPropertyMadeOfEntityAsKeyAndValue.key = Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id left outer join Country as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country on Person_mapPropertyMadeOfEntityAsKeyAndValue.value = Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKeyAndValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@2}, 2={Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_key_City_id foreign key(key) references City(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(id) values (?) | {1={City.id=o.c.s.i.PersistableIdentifier@1}, 2={City.id=o.c.s.i.PersistableIdentifier@2}, 3={City.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(id, name) values (?, ?) | {1={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1}, 2={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@2}, 3={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKeyAndValue(id, key, value) values (?, ?, ?) | {Person_mapPropertyMadeOfEntityAsKeyAndValue.value=1, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=1}
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKeyAndValue(id, key, value) values (?, ?, ?) | {Person_mapPropertyMadeOfEntityAsKeyAndValue.value=2, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=2}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKeyAndValue.value as Person_mapPropertyMadeOfEntityAsKeyAndValue_value, Person_mapPropertyMadeOfEntityAsKeyAndValue.key as Person_mapPropertyMadeOfEntityAsKeyAndValue_key, Person_mapPropertyMadeOfEntityAsKeyAndValue.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKeyAndValue as Person_mapPropertyMadeOfEntityAsKeyAndValue on Person.id = Person_mapPropertyMadeOfEntityAsKeyAndValue.id left outer join City as Person_mapPropertyMadeOfEntityAsKeyAndValue_City on Person_mapPropertyMadeOfEntityAsKeyAndValue.key = Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id left outer join Country as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country on Person_mapPropertyMadeOfEntityAsKeyAndValue.value = Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKeyAndValue.value as Person_mapPropertyMadeOfEntityAsKeyAndValue_value, Person_mapPropertyMadeOfEntityAsKeyAndValue.key as Person_mapPropertyMadeOfEntityAsKeyAndValue_key, Person_mapPropertyMadeOfEntityAsKeyAndValue.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKeyAndValue as Person_mapPropertyMadeOfEntityAsKeyAndValue on Person.id = Person_mapPropertyMadeOfEntityAsKeyAndValue.id left outer join City as Person_mapPropertyMadeOfEntityAsKeyAndValue_City on Person_mapPropertyMadeOfEntityAsKeyAndValue.key = Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id left outer join Country as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country on Person_mapPropertyMadeOfEntityAsKeyAndValue.value = Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKeyAndValue.value as Person_mapPropertyMadeOfEntityAsKeyAndValue_value, Person_mapPropertyMadeOfEntityAsKeyAndValue.key as Person_mapPropertyMadeOfEntityAsKeyAndValue_key, Person_mapPropertyMadeOfEntityAsKeyAndValue.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKeyAndValue as Person_mapPropertyMadeOfEntityAsKeyAndValue on Person.id = Person_mapPropertyMadeOfEntityAsKeyAndValue.id left outer join City as Person_mapPropertyMadeOfEntityAsKeyAndValue_City on Person_mapPropertyMadeOfEntityAsKeyAndValue.key = Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id left outer join Country as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country on Person_mapPropertyMadeOfEntityAsKeyAndValue.value = Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from City | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_key_City_id foreign key(key) references City(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(id, name) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Grenoble}, 2={City.id=o.c.s.i.PersistableIdentifier@2, City.name=Lyon}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(id, name) values (?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1, Country.name=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@2, Country.name=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKeyAndValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.value=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsKeyAndValue.value=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKeyAndValue.value as Person_mapPropertyMadeOfEntityAsKeyAndValue_value, Person_mapPropertyMadeOfEntityAsKeyAndValue.key as Person_mapPropertyMadeOfEntityAsKeyAndValue_key, Person_mapPropertyMadeOfEntityAsKeyAndValue.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKeyAndValue as Person_mapPropertyMadeOfEntityAsKeyAndValue on Person.id = Person_mapPropertyMadeOfEntityAsKeyAndValue.id left outer join City as Person_mapPropertyMadeOfEntityAsKeyAndValue_City on Person_mapPropertyMadeOfEntityAsKeyAndValue.key = Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id left outer join Country as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country on Person_mapPropertyMadeOfEntityAsKeyAndValue.value = Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKeyAndValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(id, name) values (?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@3, City.name=Marseille}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(id, name) values (?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@3, Country.name=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKeyAndValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsKeyAndValue.value=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKeyAndValue.value as Person_mapPropertyMadeOfEntityAsKeyAndValue_value, Person_mapPropertyMadeOfEntityAsKeyAndValue.key as Person_mapPropertyMadeOfEntityAsKeyAndValue_key, Person_mapPropertyMadeOfEntityAsKeyAndValue.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.name as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_name, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKeyAndValue as Person_mapPropertyMadeOfEntityAsKeyAndValue on Person.id = Person_mapPropertyMadeOfEntityAsKeyAndValue.id left outer join City as Person_mapPropertyMadeOfEntityAsKeyAndValue_City on Person_mapPropertyMadeOfEntityAsKeyAndValue.key = Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id left outer join Country as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country on Person_mapPropertyMadeOfEntityAsKeyAndValue.value = Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKeyAndValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@3}, 2={Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from City | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_key_City_id foreign key(key) references City(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_key_City_id foreign key(key) references City(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(id) values (?) | {1={City.id=o.c.s.i.PersistableIdentifier@1}, 2={City.id=o.c.s.i.PersistableIdentifier@2}, 3={City.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(id) values (?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1}, 2={Country.id=o.c.s.i.PersistableIdentifier@2}, 3={Country.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKeyAndValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.value=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsKeyAndValue.value=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistableIdentifier@1}, 3={Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsKeyAndValue.value=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKeyAndValue.value as Person_mapPropertyMadeOfEntityAsKeyAndValue_value, Person_mapPropertyMadeOfEntityAsKeyAndValue.key as Person_mapPropertyMadeOfEntityAsKeyAndValue_key, Person_mapPropertyMadeOfEntityAsKeyAndValue.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKeyAndValue as Person_mapPropertyMadeOfEntityAsKeyAndValue on Person.id = Person_mapPropertyMadeOfEntityAsKeyAndValue.id left outer join City as Person_mapPropertyMadeOfEntityAsKeyAndValue_City on Person_mapPropertyMadeOfEntityAsKeyAndValue.key = Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id left outer join Country as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country on Person_mapPropertyMadeOfEntityAsKeyAndValue.value = Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(id) values (?) | {1={Country.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person_mapPropertyMadeOfEntityAsKeyAndValue set value = ? where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.key (W)=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKeyAndValue.value (U)=o.c.s.i.PersistableIdentifier@4, Person_mapPropertyMadeOfEntityAsKeyAndValue.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKeyAndValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKeyAndValue.value as Person_mapPropertyMadeOfEntityAsKeyAndValue_value, Person_mapPropertyMadeOfEntityAsKeyAndValue.key as Person_mapPropertyMadeOfEntityAsKeyAndValue_key, Person_mapPropertyMadeOfEntityAsKeyAndValue.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_City_id, Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKeyAndValue as Person_mapPropertyMadeOfEntityAsKeyAndValue on Person.id = Person_mapPropertyMadeOfEntityAsKeyAndValue.id left outer join City as Person_mapPropertyMadeOfEntityAsKeyAndValue_City on Person_mapPropertyMadeOfEntityAsKeyAndValue.key = Person_mapPropertyMadeOfEntityAsKeyAndValue_City.id left outer join Country as Person_mapPropertyMadeOfEntityAsKeyAndValue_Country on Person_mapPropertyMadeOfEntityAsKeyAndValue.value = Person_mapPropertyMadeOfEntityAsKeyAndValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKeyAndValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@3}, 2={Person_mapPropertyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@2}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@2}, 2={City.id=o.c.s.i.PersistedIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@3}, 2={Country.id=o.c.s.i.PersistedIdentifier@4}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from City | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1}, 2={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsValue.key=Lyon}, 2={Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.key=Grenoble}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsValue.value as Person_mapPropertyMadeOfEntityAsValue_value, Person_mapPropertyMadeOfEntityAsValue.key as Person_mapPropertyMadeOfEntityAsValue_key, Person_mapPropertyMadeOfEntityAsValue.id as Person_mapPropertyMadeOfEntityAsValue_id, Person_mapPropertyMadeOfEntityAsValue_Country.name as Person_mapPropertyMadeOfEntityAsValue_Country_name, Person_mapPropertyMadeOfEntityAsValue_Country.description as Person_mapPropertyMadeOfEntityAsValue_Country_description, Person_mapPropertyMadeOfEntityAsValue_Country.id as Person_mapPropertyMadeOfEntityAsValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsValue as Person_mapPropertyMadeOfEntityAsValue on Person.id = Person_mapPropertyMadeOfEntityAsValue.id left outer join Country as Person_mapPropertyMadeOfEntityAsValue_Country on Person_mapPropertyMadeOfEntityAsValue.value = Person_mapPropertyMadeOfEntityAsValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@1095579f
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@24606b
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsValue.key=Grenoble, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@3}, 2={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsValue.key=Marseille}, 2={Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@4, Person_mapPropertyMadeOfEntityAsValue.key=Lyon}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsValue.value as Person_mapPropertyMadeOfEntityAsValue_value, Person_mapPropertyMadeOfEntityAsValue.key as Person_mapPropertyMadeOfEntityAsValue_key, Person_mapPropertyMadeOfEntityAsValue.id as Person_mapPropertyMadeOfEntityAsValue_id, Person_mapPropertyMadeOfEntityAsValue_Country.name as Person_mapPropertyMadeOfEntityAsValue_Country_name, Person_mapPropertyMadeOfEntityAsValue_Country.description as Person_mapPropertyMadeOfEntityAsValue_Country_description, Person_mapPropertyMadeOfEntityAsValue_Country.id as Person_mapPropertyMadeOfEntityAsValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsValue as Person_mapPropertyMadeOfEntityAsValue on Person.id = Person_mapPropertyMadeOfEntityAsValue.id left outer join Country as Person_mapPropertyMadeOfEntityAsValue_Country on Person_mapPropertyMadeOfEntityAsValue.value = Person_mapPropertyMadeOfEntityAsValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@24606b
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@4d6bba0b
2026-05-19 05:31:24	TRACE	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Marseille, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1}, 2={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@2}, 3={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsValue(id, key, value) values (?, ?, ?) | {Person_mapPropertyMadeOfEntityAsValue.key=Grenoble, Person_mapPropertyMadeOfEntityAsValue.id=1, Person_mapPropertyMadeOfEntityAsValue.value=1}
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsValue(id, key, value) values (?, ?, ?) | {Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.id=1, Person_mapPropertyMadeOfEntityAsValue.value=2}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsValue.value as Person_mapPropertyMadeOfEntityAsValue_value, Person_mapPropertyMadeOfEntityAsValue.key as Person_mapPropertyMadeOfEntityAsValue_key, Person_mapPropertyMadeOfEntityAsValue.id as Person_mapPropertyMadeOfEntityAsValue_id, Person_mapPropertyMadeOfEntityAsValue_Country.name as Person_mapPropertyMadeOfEntityAsValue_Country_name, Person_mapPropertyMadeOfEntityAsValue_Country.description as Person_mapPropertyMadeOfEntityAsValue_Country_description, Person_mapPropertyMadeOfEntityAsValue_Country.id as Person_mapPropertyMadeOfEntityAsValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsValue as Person_mapPropertyMadeOfEntityAsValue on Person.id = Person_mapPropertyMadeOfEntityAsValue.id left outer join Country as Person_mapPropertyMadeOfEntityAsValue_Country on Person_mapPropertyMadeOfEntityAsValue.value = Person_mapPropertyMadeOfEntityAsValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@1095579f
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@24606b
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsValue.value as Person_mapPropertyMadeOfEntityAsValue_value, Person_mapPropertyMadeOfEntityAsValue.key as Person_mapPropertyMadeOfEntityAsValue_key, Person_mapPropertyMadeOfEntityAsValue.id as Person_mapPropertyMadeOfEntityAsValue_id, Person_mapPropertyMadeOfEntityAsValue_Country.name as Person_mapPropertyMadeOfEntityAsValue_Country_name, Person_mapPropertyMadeOfEntityAsValue_Country.description as Person_mapPropertyMadeOfEntityAsValue_Country_description, Person_mapPropertyMadeOfEntityAsValue_Country.id as Person_mapPropertyMadeOfEntityAsValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsValue as Person_mapPropertyMadeOfEntityAsValue on Person.id = Person_mapPropertyMadeOfEntityAsValue.id left outer join Country as Person_mapPropertyMadeOfEntityAsValue_Country on Person_mapPropertyMadeOfEntityAsValue.value = Person_mapPropertyMadeOfEntityAsValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@1095579f
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@24606b
2026-05-19 05:31:24	TRACE	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsValue.value as Person_mapPropertyMadeOfEntityAsValue_value, Person_mapPropertyMadeOfEntityAsValue.key as Person_mapPropertyMadeOfEntityAsValue_key, Person_mapPropertyMadeOfEntityAsValue.id as Person_mapPropertyMadeOfEntityAsValue_id, Person_mapPropertyMadeOfEntityAsValue_Country.name as Person_mapPropertyMadeOfEntityAsValue_Country_name, Person_mapPropertyMadeOfEntityAsValue_Country.description as Person_mapPropertyMadeOfEntityAsValue_Country_description, Person_mapPropertyMadeOfEntityAsValue_Country.id as Person_mapPropertyMadeOfEntityAsValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsValue as Person_mapPropertyMadeOfEntityAsValue on Person.id = Person_mapPropertyMadeOfEntityAsValue.id left outer join Country as Person_mapPropertyMadeOfEntityAsValue_Country on Person_mapPropertyMadeOfEntityAsValue.value = Person_mapPropertyMadeOfEntityAsValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@1095579f
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@24606b
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select value from Person_mapPropertyMadeOfEntityAsValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1}, 2={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@2}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.key=Grenoble, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsValue.value as Person_mapPropertyMadeOfEntityAsValue_value, Person_mapPropertyMadeOfEntityAsValue.key as Person_mapPropertyMadeOfEntityAsValue_key, Person_mapPropertyMadeOfEntityAsValue.id as Person_mapPropertyMadeOfEntityAsValue_id, Person_mapPropertyMadeOfEntityAsValue_Country.name as Person_mapPropertyMadeOfEntityAsValue_Country_name, Person_mapPropertyMadeOfEntityAsValue_Country.description as Person_mapPropertyMadeOfEntityAsValue_Country_description, Person_mapPropertyMadeOfEntityAsValue_Country.id as Person_mapPropertyMadeOfEntityAsValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsValue as Person_mapPropertyMadeOfEntityAsValue on Person.id = Person_mapPropertyMadeOfEntityAsValue.id left outer join Country as Person_mapPropertyMadeOfEntityAsValue_Country on Person_mapPropertyMadeOfEntityAsValue.value = Person_mapPropertyMadeOfEntityAsValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@1095579f
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@24606b
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsValue.key=Grenoble, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@3}, 2={Country.description=null, Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@4}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id from Country where Country.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@3, 2=o.c.s.i.PersistableIdentifier@4}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsValue.key=Marseille, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@4, Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsValue.value as Person_mapPropertyMadeOfEntityAsValue_value, Person_mapPropertyMadeOfEntityAsValue.key as Person_mapPropertyMadeOfEntityAsValue_key, Person_mapPropertyMadeOfEntityAsValue.id as Person_mapPropertyMadeOfEntityAsValue_id, Person_mapPropertyMadeOfEntityAsValue_Country.name as Person_mapPropertyMadeOfEntityAsValue_Country_name, Person_mapPropertyMadeOfEntityAsValue_Country.description as Person_mapPropertyMadeOfEntityAsValue_Country_description, Person_mapPropertyMadeOfEntityAsValue_Country.id as Person_mapPropertyMadeOfEntityAsValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsValue as Person_mapPropertyMadeOfEntityAsValue on Person.id = Person_mapPropertyMadeOfEntityAsValue.id left outer join Country as Person_mapPropertyMadeOfEntityAsValue_Country on Person_mapPropertyMadeOfEntityAsValue.value = Person_mapPropertyMadeOfEntityAsValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@24606b
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@4d6bba0b
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsValue.key=Marseille, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	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))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfCompositeIdEntityAsValue(id int, key varchar(255), number integer, street varchar(255), zipCode varchar(255), city varchar(255), unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfCompositeIdEntityAsValue add constraint FK_Person_mapPropertyMadeOfCompositeIdEntityAsValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfCompositeIdEntityAsValue add constraint FK_aee66945 foreign key(number, street, zipCode, city) references House(number, street, zipCode, city)
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_value_Country_id foreign key(value) references Country(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.name=null, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@1}, 2={Country.name=null, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@2}, 3={Country.name=null, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsValue(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsValue.key=Marseille, Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}, 3={Person_mapPropertyMadeOfEntityAsValue.key=Grenoble, Person_mapPropertyMadeOfEntityAsValue.value=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsValue.value as Person_mapPropertyMadeOfEntityAsValue_value, Person_mapPropertyMadeOfEntityAsValue.key as Person_mapPropertyMadeOfEntityAsValue_key, Person_mapPropertyMadeOfEntityAsValue.id as Person_mapPropertyMadeOfEntityAsValue_id, Person_mapPropertyMadeOfEntityAsValue_Country.name as Person_mapPropertyMadeOfEntityAsValue_Country_name, Person_mapPropertyMadeOfEntityAsValue_Country.description as Person_mapPropertyMadeOfEntityAsValue_Country_description, Person_mapPropertyMadeOfEntityAsValue_Country.id as Person_mapPropertyMadeOfEntityAsValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsValue as Person_mapPropertyMadeOfEntityAsValue on Person.id = Person_mapPropertyMadeOfEntityAsValue.id left outer join Country as Person_mapPropertyMadeOfEntityAsValue_Country on Person_mapPropertyMadeOfEntityAsValue.value = Person_mapPropertyMadeOfEntityAsValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@1095579f
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@24606b
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@4d6bba0b
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsValue.key=Grenoble, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsValue.value as Person_mapPropertyMadeOfEntityAsValue_value, Person_mapPropertyMadeOfEntityAsValue.key as Person_mapPropertyMadeOfEntityAsValue_key, Person_mapPropertyMadeOfEntityAsValue.id as Person_mapPropertyMadeOfEntityAsValue_id, Person_mapPropertyMadeOfEntityAsValue_Country.name as Person_mapPropertyMadeOfEntityAsValue_Country_name, Person_mapPropertyMadeOfEntityAsValue_Country.description as Person_mapPropertyMadeOfEntityAsValue_Country_description, Person_mapPropertyMadeOfEntityAsValue_Country.id as Person_mapPropertyMadeOfEntityAsValue_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsValue as Person_mapPropertyMadeOfEntityAsValue on Person.id = Person_mapPropertyMadeOfEntityAsValue.id left outer join Country as Person_mapPropertyMadeOfEntityAsValue_Country on Person_mapPropertyMadeOfEntityAsValue.value = Person_mapPropertyMadeOfEntityAsValue_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@24606b
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@4d6bba0b
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsValue where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsValue.key=Lyon, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Marseille, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'value' from Person_mapPropertyMadeOfEntityAsValue | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, value varchar(255), key int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_key_Country_id foreign key(key) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null, Country.name=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@2, Country.description=null, Country.name=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@3, Country.description=null, Country.name=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id from Country where Country.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKey(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.value=Lyon}, 2={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.value=Grenoble}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKey.value as Person_mapPropertyMadeOfEntityAsKey_value, Person_mapPropertyMadeOfEntityAsKey.key as Person_mapPropertyMadeOfEntityAsKey_key, Person_mapPropertyMadeOfEntityAsKey.id as Person_mapPropertyMadeOfEntityAsKey_id, Person_mapPropertyMadeOfEntityAsKey_Country.name as Person_mapPropertyMadeOfEntityAsKey_Country_name, Person_mapPropertyMadeOfEntityAsKey_Country.description as Person_mapPropertyMadeOfEntityAsKey_Country_description, Person_mapPropertyMadeOfEntityAsKey_Country.id as Person_mapPropertyMadeOfEntityAsKey_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKey as Person_mapPropertyMadeOfEntityAsKey on Person.id = Person_mapPropertyMadeOfEntityAsKey.id left outer join Country as Person_mapPropertyMadeOfEntityAsKey_Country on Person_mapPropertyMadeOfEntityAsKey.key = Person_mapPropertyMadeOfEntityAsKey_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person_mapPropertyMadeOfEntityAsKey set value = ? where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKey.key (W)=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id (W)=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.value (U)=Paris}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKey where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@3]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@3}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKey(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.value=Marseille}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKey.value as Person_mapPropertyMadeOfEntityAsKey_value, Person_mapPropertyMadeOfEntityAsKey.key as Person_mapPropertyMadeOfEntityAsKey_key, Person_mapPropertyMadeOfEntityAsKey.id as Person_mapPropertyMadeOfEntityAsKey_id, Person_mapPropertyMadeOfEntityAsKey_Country.name as Person_mapPropertyMadeOfEntityAsKey_Country_name, Person_mapPropertyMadeOfEntityAsKey_Country.description as Person_mapPropertyMadeOfEntityAsKey_Country_description, Person_mapPropertyMadeOfEntityAsKey_Country.id as Person_mapPropertyMadeOfEntityAsKey_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKey as Person_mapPropertyMadeOfEntityAsKey on Person.id = Person_mapPropertyMadeOfEntityAsKey.id left outer join Country as Person_mapPropertyMadeOfEntityAsKey_Country on Person_mapPropertyMadeOfEntityAsKey.key = Person_mapPropertyMadeOfEntityAsKey_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKey where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@3, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, value varchar(255), key int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_key_Country_id foreign key(key) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null}, 2={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@2, Country.description=null}, 3={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@3, Country.description=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=null}}
2026-05-19 05:31:24	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKey(id, key, value) values (?, ?, ?) | {Person_mapPropertyMadeOfEntityAsKey.id=1, Person_mapPropertyMadeOfEntityAsKey.key=1, Person_mapPropertyMadeOfEntityAsKey.value=Grenoble}
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKey(id, key, value) values (?, ?, ?) | {Person_mapPropertyMadeOfEntityAsKey.id=1, Person_mapPropertyMadeOfEntityAsKey.key=2, Person_mapPropertyMadeOfEntityAsKey.value=Lyon}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKey.value as Person_mapPropertyMadeOfEntityAsKey_value, Person_mapPropertyMadeOfEntityAsKey.key as Person_mapPropertyMadeOfEntityAsKey_key, Person_mapPropertyMadeOfEntityAsKey.id as Person_mapPropertyMadeOfEntityAsKey_id, Person_mapPropertyMadeOfEntityAsKey_Country.name as Person_mapPropertyMadeOfEntityAsKey_Country_name, Person_mapPropertyMadeOfEntityAsKey_Country.description as Person_mapPropertyMadeOfEntityAsKey_Country_description, Person_mapPropertyMadeOfEntityAsKey_Country.id as Person_mapPropertyMadeOfEntityAsKey_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKey as Person_mapPropertyMadeOfEntityAsKey on Person.id = Person_mapPropertyMadeOfEntityAsKey.id left outer join Country as Person_mapPropertyMadeOfEntityAsKey_Country on Person_mapPropertyMadeOfEntityAsKey.key = Person_mapPropertyMadeOfEntityAsKey_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKey.value as Person_mapPropertyMadeOfEntityAsKey_value, Person_mapPropertyMadeOfEntityAsKey.key as Person_mapPropertyMadeOfEntityAsKey_key, Person_mapPropertyMadeOfEntityAsKey.id as Person_mapPropertyMadeOfEntityAsKey_id, Person_mapPropertyMadeOfEntityAsKey_Country.name as Person_mapPropertyMadeOfEntityAsKey_Country_name, Person_mapPropertyMadeOfEntityAsKey_Country.description as Person_mapPropertyMadeOfEntityAsKey_Country_description, Person_mapPropertyMadeOfEntityAsKey_Country.id as Person_mapPropertyMadeOfEntityAsKey_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKey as Person_mapPropertyMadeOfEntityAsKey on Person.id = Person_mapPropertyMadeOfEntityAsKey.id left outer join Country as Person_mapPropertyMadeOfEntityAsKey_Country on Person_mapPropertyMadeOfEntityAsKey.key = Person_mapPropertyMadeOfEntityAsKey_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKey.value as Person_mapPropertyMadeOfEntityAsKey_value, Person_mapPropertyMadeOfEntityAsKey.key as Person_mapPropertyMadeOfEntityAsKey_key, Person_mapPropertyMadeOfEntityAsKey.id as Person_mapPropertyMadeOfEntityAsKey_id, Person_mapPropertyMadeOfEntityAsKey_Country.name as Person_mapPropertyMadeOfEntityAsKey_Country_name, Person_mapPropertyMadeOfEntityAsKey_Country.description as Person_mapPropertyMadeOfEntityAsKey_Country_description, Person_mapPropertyMadeOfEntityAsKey_Country.id as Person_mapPropertyMadeOfEntityAsKey_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKey as Person_mapPropertyMadeOfEntityAsKey on Person.id = Person_mapPropertyMadeOfEntityAsKey.id left outer join Country as Person_mapPropertyMadeOfEntityAsKey_Country on Person_mapPropertyMadeOfEntityAsKey.key = Person_mapPropertyMadeOfEntityAsKey_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select key from Person_mapPropertyMadeOfEntityAsKey | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, value varchar(255), key int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_key_Country_id foreign key(key) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@1, Country.description=null}, 2={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@2, Country.description=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKey(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKey.value=Grenoble, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsKey.value=Lyon, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKey.value as Person_mapPropertyMadeOfEntityAsKey_value, Person_mapPropertyMadeOfEntityAsKey.key as Person_mapPropertyMadeOfEntityAsKey_key, Person_mapPropertyMadeOfEntityAsKey.id as Person_mapPropertyMadeOfEntityAsKey_id, Person_mapPropertyMadeOfEntityAsKey_Country.name as Person_mapPropertyMadeOfEntityAsKey_Country_name, Person_mapPropertyMadeOfEntityAsKey_Country.description as Person_mapPropertyMadeOfEntityAsKey_Country_description, Person_mapPropertyMadeOfEntityAsKey_Country.id as Person_mapPropertyMadeOfEntityAsKey_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKey as Person_mapPropertyMadeOfEntityAsKey on Person.id = Person_mapPropertyMadeOfEntityAsKey.id left outer join Country as Person_mapPropertyMadeOfEntityAsKey_Country on Person_mapPropertyMadeOfEntityAsKey.key = Person_mapPropertyMadeOfEntityAsKey_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person_mapPropertyMadeOfEntityAsKey set value = ? where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKey.value (U)=Paris, Person_mapPropertyMadeOfEntityAsKey.key (W)=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKey where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.name=null, Country.id=o.c.s.i.PersistableIdentifier@3, Country.description=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@3]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@3}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKey(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKey.value=Marseille, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKey.value as Person_mapPropertyMadeOfEntityAsKey_value, Person_mapPropertyMadeOfEntityAsKey.key as Person_mapPropertyMadeOfEntityAsKey_key, Person_mapPropertyMadeOfEntityAsKey.id as Person_mapPropertyMadeOfEntityAsKey_id, Person_mapPropertyMadeOfEntityAsKey_Country.name as Person_mapPropertyMadeOfEntityAsKey_Country_name, Person_mapPropertyMadeOfEntityAsKey_Country.description as Person_mapPropertyMadeOfEntityAsKey_Country_description, Person_mapPropertyMadeOfEntityAsKey_Country.id as Person_mapPropertyMadeOfEntityAsKey_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKey as Person_mapPropertyMadeOfEntityAsKey on Person.id = Person_mapPropertyMadeOfEntityAsKey.id left outer join Country as Person_mapPropertyMadeOfEntityAsKey_Country on Person_mapPropertyMadeOfEntityAsKey.key = Person_mapPropertyMadeOfEntityAsKey_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKey where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@3, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	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))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfCompositeIdEntityAsKey(id int, value varchar(255), number integer, street varchar(255), zipCode varchar(255), city varchar(255), unique (id, number, street, zipCode, city))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfCompositeIdEntityAsKey add constraint FK_Person_mapPropertyMadeOfCompositeIdEntityAsKey_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfCompositeIdEntityAsKey add constraint FK_f8c1917 foreign key(number, street, zipCode, city) references House(number, street, zipCode, city)
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, value varchar(255), key int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_key_Country_id foreign key(key) references Country(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_mapPropertyMadeOfEntityAsKey(id int, value varchar(255), key int, unique (id, key))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_key_Country_id foreign key(key) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, name) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1, Country.name=null, Country.description=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@2, Country.name=null, Country.description=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@3, Country.name=null, Country.description=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {1={Person.name=null, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_mapPropertyMadeOfEntityAsKey(id, key, value) values (?, ?, ?) | {1={Person_mapPropertyMadeOfEntityAsKey.value=Lyon, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistableIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsKey.value=Grenoble, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1}, 3={Person_mapPropertyMadeOfEntityAsKey.value=Marseille, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistableIdentifier@3, Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKey.value as Person_mapPropertyMadeOfEntityAsKey_value, Person_mapPropertyMadeOfEntityAsKey.key as Person_mapPropertyMadeOfEntityAsKey_key, Person_mapPropertyMadeOfEntityAsKey.id as Person_mapPropertyMadeOfEntityAsKey_id, Person_mapPropertyMadeOfEntityAsKey_Country.name as Person_mapPropertyMadeOfEntityAsKey_Country_name, Person_mapPropertyMadeOfEntityAsKey_Country.description as Person_mapPropertyMadeOfEntityAsKey_Country_description, Person_mapPropertyMadeOfEntityAsKey_Country.id as Person_mapPropertyMadeOfEntityAsKey_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKey as Person_mapPropertyMadeOfEntityAsKey on Person.id = Person_mapPropertyMadeOfEntityAsKey.id left outer join Country as Person_mapPropertyMadeOfEntityAsKey_Country on Person_mapPropertyMadeOfEntityAsKey.key = Person_mapPropertyMadeOfEntityAsKey_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@20
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person_mapPropertyMadeOfEntityAsKey set value = ? where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKey.value (U)=Paris, Person_mapPropertyMadeOfEntityAsKey.key (W)=o.c.s.i.PersistedIdentifier@2, Person_mapPropertyMadeOfEntityAsKey.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKey where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistableIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_mapPropertyMadeOfEntityAsKey.value as Person_mapPropertyMadeOfEntityAsKey_value, Person_mapPropertyMadeOfEntityAsKey.key as Person_mapPropertyMadeOfEntityAsKey_key, Person_mapPropertyMadeOfEntityAsKey.id as Person_mapPropertyMadeOfEntityAsKey_id, Person_mapPropertyMadeOfEntityAsKey_Country.name as Person_mapPropertyMadeOfEntityAsKey_Country_name, Person_mapPropertyMadeOfEntityAsKey_Country.description as Person_mapPropertyMadeOfEntityAsKey_Country_description, Person_mapPropertyMadeOfEntityAsKey_Country.id as Person_mapPropertyMadeOfEntityAsKey_Country_id from Person left outer join Person_mapPropertyMadeOfEntityAsKey as Person_mapPropertyMadeOfEntityAsKey on Person.id = Person_mapPropertyMadeOfEntityAsKey.id left outer join Country as Person_mapPropertyMadeOfEntityAsKey_Country on Person_mapPropertyMadeOfEntityAsKey.key = Person_mapPropertyMadeOfEntityAsKey_Country.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@21
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.c.m.KeyValueRecord#org.codefilarete.stalactite.engine.configurer.map.RecordId@22
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person_mapPropertyMadeOfEntityAsKey where id = ? and key = ? | {1={Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2}, 2={Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	TRACE	SQLOperation	select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Country | {}
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToManyBidirectional
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Book_authors(book_id bigint not null, authors_id bigint not null, unique (book_id, authors_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Book_authors add constraint FK_Book_authors_authors_id_Author_id foreign key(authors_id) references Author(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Book_authors add constraint FK_Book_authors_book_id_Book_id foreign key(book_id) references Book(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Book(title, isbn, price, id) values (?, ?, ?, default) | {1={Book.price=24.1, Book.title=a first book, Book.isbn=AAA-BBB-CCC}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Author(name, id) values (?, default) | {1={Author.name=Jane Doe}, 2={Author.name=John Doe}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Book_authors(book_id, authors_id) values (?, ?) | {1={Book_authors.book_id=1, Book_authors.authors_id=1}, 2={Book_authors.book_id=1, Book_authors.authors_id=2}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Book(title, isbn, price, id) values (?, ?, ?, default) | {1={Book.price=33.5, Book.title=a second book, Book.isbn=XXX-YYY-ZZZ}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [2]
2026-05-19 05:31:24	TRACE	SQLOperation	select Author.name as Author_name, Author.id as Author_id from Author where Author.id in (?) | {1=2}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Author
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Book_authors(book_id, authors_id) values (?, ?) | {1={Book_authors.book_id=2, Book_authors.authors_id=2}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [1, 2]
2026-05-19 05:31:24	TRACE	SQLOperation	select Book.title as Book_title, Book.isbn as Book_isbn, Book.price as Book_price, Book.id as Book_id, Book_authors_Author.name as Book_authors_Author_name, Book_authors_Author.id as Book_authors_Author_id from Book left outer join Book_authors as Book_authors on Book.id = Book_authors.book_id left outer join Author as Book_authors_Author on Book_authors.authors_id = Book_authors_Author.id where Book.id in (?, ?) | {1=1, 2=2}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.b.Book#2
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.b.Book#2
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToManyBidirectional
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_neighbours(person_id int not null, neighbours_id int not null, unique (person_id, neighbours_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_neighbours add constraint FK_Person_neighbours_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_neighbours add constraint FK_Person_neighbours_neighbours_id_Person_id foreign key(neighbours_id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Ban Do, Person.id=o.c.s.i.PersistableIdentifier@888}, 2={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_children(person_id, children_id) values (?, ?) | {1={Person_children.person_id=o.c.s.i.PersistableIdentifier@42, Person_children.children_id=o.c.s.i.PersistableIdentifier@666}, 2={Person_children.person_id=o.c.s.i.PersistableIdentifier@42, Person_children.children_id=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Ban Do, Person.id=o.c.s.i.PersistableIdentifier@456}, 2={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_neighbours(person_id, neighbours_id) values (?, ?) | {1={Person_neighbours.person_id=o.c.s.i.PersistableIdentifier@42, Person_neighbours.neighbours_id=o.c.s.i.PersistableIdentifier@123}, 2={Person_neighbours.person_id=o.c.s.i.PersistableIdentifier@42, Person_neighbours.neighbours_id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@456, 3=o.c.s.i.PersistedIdentifier@666, 4=o.c.s.i.PersistedIdentifier@123}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Ban Do, Person.id=o.c.s.i.PersistableIdentifier@888}, 2={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_children(person_id, children_id) values (?, ?) | {1={Person_children.children_id=o.c.s.i.PersistableIdentifier@666, Person_children.person_id=o.c.s.i.PersistableIdentifier@42}, 2={Person_children.children_id=o.c.s.i.PersistableIdentifier@888, Person_children.person_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_neighbours(person_id int not null, neighbours_id int not null, unique (person_id, neighbours_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_neighbours add constraint FK_Person_neighbours_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_neighbours add constraint FK_Person_neighbours_neighbours_id_Person_id foreign key(neighbours_id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Ban Do, Person.id=o.c.s.i.PersistableIdentifier@888}, 2={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_children(person_id, children_id) values (?, ?) | {1={Person_children.person_id=o.c.s.i.PersistableIdentifier@42, Person_children.children_id=o.c.s.i.PersistableIdentifier@666}, 2={Person_children.person_id=o.c.s.i.PersistableIdentifier@42, Person_children.children_id=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Ban Do, Person.id=o.c.s.i.PersistableIdentifier@456}, 2={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_neighbours(person_id, neighbours_id) values (?, ?) | {1={Person_neighbours.person_id=o.c.s.i.PersistableIdentifier@42, Person_neighbours.neighbours_id=o.c.s.i.PersistableIdentifier@123}, 2={Person_neighbours.person_id=o.c.s.i.PersistableIdentifier@42, Person_neighbours.neighbours_id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@456, 3=o.c.s.i.PersistedIdentifier@666, 4=o.c.s.i.PersistedIdentifier@123}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_children(person_id, children_id) values (?, ?) | {1={Person_children.person_id=o.c.s.i.PersistableIdentifier@42, Person_children.children_id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Ban Do, Person.id=o.c.s.i.PersistableIdentifier@888}, 2={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_children(person_id, children_id) values (?, ?) | {1={Person_children.person_id=o.c.s.i.PersistableIdentifier@42, Person_children.children_id=o.c.s.i.PersistableIdentifier@666}, 2={Person_children.person_id=o.c.s.i.PersistableIdentifier@42, Person_children.children_id=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, fatherId, directNeighborId) values (?, ?, ?, ?) | {1={Person.fatherId=null, Person.name=John Do, Person.directNeighborId=null, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, fatherId, directNeighborId) values (?, ?, ?, ?) | {1={Person.fatherId=o.c.s.i.PersistableIdentifier@42, Person.name=Saca Do, Person.directNeighborId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.fatherId=o.c.s.i.PersistableIdentifier@42, Person.name=Ban Do, Person.directNeighborId=null, Person.id=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, fatherId, directNeighborId) values (?, ?, ?, ?) | {1={Person.fatherId=null, Person.name=Ban Do, Person.directNeighborId=o.c.s.i.PersistableIdentifier@42, Person.id=o.c.s.i.PersistableIdentifier@456}, 2={Person.fatherId=null, Person.name=Saca Do, Person.directNeighborId=o.c.s.i.PersistableIdentifier@42, Person.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.id as Person_children_id, Person_neighbours.id as Person_neighbours_id from Person left outer join Person as Person_children on Person.id = Person_children.fatherId left outer join Person as Person_neighbours on Person.id = Person_neighbours.directNeighborId where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.id as Person_children_id, Person_neighbours.id as Person_neighbours_id from Person left outer join Person as Person_children on Person.id = Person_children.fatherId left outer join Person as Person_neighbours on Person.id = Person_neighbours.directNeighborId where Person.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@456, 3=o.c.s.i.PersistedIdentifier@666, 4=o.c.s.i.PersistedIdentifier@123}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_neighbours(person_id int not null, neighbours_id int not null, unique (person_id, neighbours_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_neighbours add constraint FK_Person_neighbours_neighbours_id_Person_id foreign key(neighbours_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_neighbours add constraint FK_Person_neighbours_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@42, Person.name=John Do}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Saca Do}, 2={Person.id=o.c.s.i.PersistableIdentifier@888, Person.name=Ban Do}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_children(person_id, children_id) values (?, ?) | {1={Person_children.person_id=o.c.s.i.PersistableIdentifier@42, Person_children.children_id=o.c.s.i.PersistableIdentifier@666}, 2={Person_children.person_id=o.c.s.i.PersistableIdentifier@42, Person_children.children_id=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@456, Person.name=Ban Do}, 2={Person.id=o.c.s.i.PersistableIdentifier@123, Person.name=Saca Do}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_neighbours(person_id, neighbours_id) values (?, ?) | {1={Person_neighbours.person_id=o.c.s.i.PersistableIdentifier@42, Person_neighbours.neighbours_id=o.c.s.i.PersistableIdentifier@123}, 2={Person_neighbours.person_id=o.c.s.i.PersistableIdentifier@42, Person_neighbours.neighbours_id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@456, 3=o.c.s.i.PersistedIdentifier@666, 4=o.c.s.i.PersistedIdentifier@123}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_children(person_id, children_id) values (?, ?) | {1={Person_children.children_id=o.c.s.i.PersistableIdentifier@666, Person_children.person_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, fatherId, directNeighborId) values (?, ?, ?, ?) | {1={Person.name=John Do, Person.directNeighborId=null, Person.id=o.c.s.i.PersistableIdentifier@42, Person.fatherId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, fatherId, directNeighborId) values (?, ?, ?, ?) | {1={Person.name=Saca Do, Person.directNeighborId=null, Person.id=o.c.s.i.PersistableIdentifier@666, Person.fatherId=o.c.s.i.PersistableIdentifier@42}, 2={Person.name=Ban Do, Person.directNeighborId=null, Person.id=o.c.s.i.PersistableIdentifier@888, Person.fatherId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, fatherId, directNeighborId) values (?, ?, ?, ?) | {1={Person.name=Ban Do, Person.directNeighborId=o.c.s.i.PersistableIdentifier@42, Person.id=o.c.s.i.PersistableIdentifier@456, Person.fatherId=null}, 2={Person.name=Saca Do, Person.directNeighborId=o.c.s.i.PersistableIdentifier@42, Person.id=o.c.s.i.PersistableIdentifier@123, Person.fatherId=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.id as Person_children_id, Person_neighbours.id as Person_neighbours_id from Person left outer join Person as Person_children on Person.id = Person_children.fatherId left outer join Person as Person_neighbours on Person.id = Person_neighbours.directNeighborId where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.id as Person_children_id, Person_neighbours.id as Person_neighbours_id from Person left outer join Person as Person_children on Person.id = Person_children.fatherId left outer join Person as Person_neighbours on Person.id = Person_neighbours.directNeighborId where Person.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@456, 3=o.c.s.i.PersistedIdentifier@666, 4=o.c.s.i.PersistedIdentifier@123}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person_neighbours(person_id int not null, neighbours_id int not null, unique (person_id, neighbours_id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_neighbours add constraint FK_Person_neighbours_person_id_Person_id foreign key(person_id) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person_neighbours add constraint FK_Person_neighbours_neighbours_id_Person_id foreign key(neighbours_id) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@42, Person.name=John Do}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Saca Do}, 2={Person.id=o.c.s.i.PersistableIdentifier@888, Person.name=Ban Do}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_children(person_id, children_id) values (?, ?) | {1={Person_children.children_id=o.c.s.i.PersistableIdentifier@666, Person_children.person_id=o.c.s.i.PersistableIdentifier@42}, 2={Person_children.children_id=o.c.s.i.PersistableIdentifier@888, Person_children.person_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@456, Person.name=Ban Do}, 2={Person.id=o.c.s.i.PersistableIdentifier@123, Person.name=Saca Do}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person_neighbours(person_id, neighbours_id) values (?, ?) | {1={Person_neighbours.person_id=o.c.s.i.PersistableIdentifier@42, Person_neighbours.neighbours_id=o.c.s.i.PersistableIdentifier@123}, 2={Person_neighbours.person_id=o.c.s.i.PersistableIdentifier@42, Person_neighbours.neighbours_id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@456, 3=o.c.s.i.PersistedIdentifier@666, 4=o.c.s.i.PersistedIdentifier@123}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, unique (id))
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, fatherId) values (?, ?, ?) | {1={Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42, Person.fatherId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, fatherId) values (?, ?, ?) | {1={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@666, Person.fatherId=o.c.s.i.PersistableIdentifier@42}, 2={Person.name=Ban Do, Person.id=o.c.s.i.PersistableIdentifier@888, Person.fatherId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.id as Person_children_id from Person left outer join Person as Person_children on Person.id = Person_children.fatherId where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.id as Person_children_id from Person left outer join Person as Person_children on Person.id = Person_children.fatherId where Person.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table House(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1Id) references House(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into House(name, id) values (?, ?) | {1={House.id=o.c.s.i.PersistableIdentifier@123, House.name=main house}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into House(name, id) values (?, ?) | {1={House.id=o.c.s.i.PersistableIdentifier@456, House.name=secondary house}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, house1Id) values (?, ?, ?, ?) | {1={Person.name=John Do, Person.house1Id=o.c.s.i.PersistableIdentifier@456, Person.id=o.c.s.i.PersistableIdentifier@42, Person.houseId=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.name as house_name, house.id as house_id, house1.name as house1_name, house1.id as house1_id from Person left outer join House as house on Person.houseId = house.id left outer join House as house1 on Person.house1Id = house1.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update House set name = ? where id = ? | {1={House.id (W)=o.c.s.i.PersistedIdentifier@123, House.name (U)=new main house name}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.name as house_name, house.id as house_id, house1.name as house1_name, house1.id as house1_id from Person left outer join House as house on Person.houseId = house.id left outer join House as house1 on Person.house1Id = house1.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, house1Id int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1Id) references House(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Address(location, id) values (?, ?) | {1={Address.location=Somewhere in the world, Address.id=o.c.s.i.PersistableIdentifier@321}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, house1Id, reversePartnerId) values (?, ?, ?, ?, ?) | {1={Person.houseId=null, Person.id=o.c.s.i.PersistableIdentifier@888, Person.house1Id=null, Person.name=Poppy, Person.reversePartnerId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into House(id, addressId, gardenerId) values (?, ?, ?) | {1={House.id=o.c.s.i.PersistableIdentifier@123, House.addressId=o.c.s.i.PersistableIdentifier@321, House.gardenerId=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Address(location, id) values (?, ?) | {1={Address.location=Somewhere else in the world, Address.id=o.c.s.i.PersistableIdentifier@654}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, house1Id, reversePartnerId) values (?, ?, ?, ?, ?) | {1={Person.houseId=null, Person.id=o.c.s.i.PersistableIdentifier@999, Person.house1Id=null, Person.name=Daffodil, Person.reversePartnerId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into House(id, addressId, gardenerId) values (?, ?, ?) | {1={House.id=o.c.s.i.PersistableIdentifier@456, House.addressId=o.c.s.i.PersistableIdentifier@654, House.gardenerId=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, house1Id, reversePartnerId) values (?, ?, ?, ?, ?) | {1={Person.houseId=o.c.s.i.PersistableIdentifier@123, Person.id=o.c.s.i.PersistableIdentifier@42, Person.house1Id=o.c.s.i.PersistableIdentifier@456, Person.name=John Do, Person.reversePartnerId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, house1Id, reversePartnerId) values (?, ?, ?, ?, ?) | {1={Person.houseId=null, Person.id=o.c.s.i.PersistableIdentifier@666, Person.house1Id=null, Person.name=Saca Do, Person.reversePartnerId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house1.id as house1_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id, house1_address.location as house1_address_location, house1_address.id as house1_address_id, house1_gardener.id as house1_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join House as house1 on Person.house1Id = house1.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id left outer join Address as house1_address on house1.addressId = house1_address.id left outer join Person as house1_gardener on house1.gardenerId = house1_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@999, o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house1.id as house1_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id, house1_address.location as house1_address_location, house1_address.id as house1_address_id, house1_gardener.id as house1_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join House as house1 on Person.house1Id = house1.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id left outer join Address as house1_address on house1.addressId = house1_address.id left outer join Person as house1_gardener on house1.gardenerId = house1_gardener.id where Person.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@999, 2=o.c.s.i.PersistedIdentifier@888, 3=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ?, houseId = ?, house1Id = ?, reversePartnerId = ? where id = ? | {1={Person.houseId (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@999, Person.house1Id (U)=null, Person.name (U)=Dandelion, Person.reversePartnerId (U)=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house1.id as house1_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id, house1_address.location as house1_address_location, house1_address.id as house1_address_id, house1_gardener.id as house1_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join House as house1 on Person.house1Id = house1.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id left outer join Address as house1_address on house1.addressId = house1_address.id left outer join Person as house1_gardener on house1.gardenerId = house1_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ?, houseId = ?, house1Id = ?, reversePartnerId = ? where id = ? | {1={Person.houseId (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@666, Person.house1Id (U)=null, Person.reversePartnerId (U)=o.c.s.i.PersistableIdentifier@42, Person.name (U)=Saca Do}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house1.id as house1_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id, house1_address.location as house1_address_location, house1_address.id as house1_address_id, house1_gardener.id as house1_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join House as house1 on Person.house1Id = house1.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id left outer join Address as house1_address on house1.addressId = house1_address.id left outer join Person as house1_gardener on house1.gardenerId = house1_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@456
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@999, o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house1.id as house1_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id, house1_address.location as house1_address_location, house1_address.id as house1_address_id, house1_gardener.id as house1_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join House as house1 on Person.house1Id = house1.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id left outer join Address as house1_address on house1.addressId = house1_address.id left outer join Person as house1_gardener on house1.gardenerId = house1_gardener.id where Person.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@999, 2=o.c.s.i.PersistedIdentifier@888, 3=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ?, houseId = ?, house1Id = ?, reversePartnerId = ? where id = ? | {1={Person.houseId (U)=null, Person.id (W)=o.c.s.i.PersistableIdentifier@666, Person.house1Id (U)=null, Person.name (U)=Saca Do, Person.reversePartnerId (U)=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@999}}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Person | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Address(location, id) values (?, ?) | {1={Address.location=Somewhere in the world, Address.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, partnerId) values (?, ?, ?, ?) | {1={Person.partnerId=null, Person.id=o.c.s.i.PersistableIdentifier@888, Person.name=Poppy, Person.houseId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into House(id, addressId, gardenerId) values (?, ?, ?) | {1={House.addressId=o.c.s.i.PersistableIdentifier@456, House.id=o.c.s.i.PersistableIdentifier@123, House.gardenerId=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, partnerId) values (?, ?, ?, ?) | {1={Person.partnerId=null, Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Saca Do, Person.houseId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, partnerId) values (?, ?, ?, ?) | {1={Person.partnerId=o.c.s.i.PersistableIdentifier@666, Person.id=o.c.s.i.PersistableIdentifier@42, Person.name=John Do, Person.houseId=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.partnerId = partner.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.partnerId = partner.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, partnerId) values (?, ?, ?, ?) | {1={Person.partnerId=null, Person.id=o.c.s.i.PersistableIdentifier@999, Person.name=Dandelion, Person.houseId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update House set addressId = ?, gardenerId = ? where id = ? | {1={House.addressId (U)=o.c.s.i.PersistableIdentifier@456, House.id (W)=o.c.s.i.PersistedIdentifier@123, House.gardenerId (U)=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.partnerId = partner.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@999, o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.partnerId = partner.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@999, 2=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Person | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Address(location, id) values (?, ?) | {1={Address.location=Somewhere in the world, Address.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, reversePartnerId) values (?, ?, ?, ?) | {1={Person.houseId=null, Person.id=o.c.s.i.PersistableIdentifier@888, Person.name=Poppy, Person.reversePartnerId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into House(id, addressId, gardenerId) values (?, ?, ?) | {1={House.id=o.c.s.i.PersistableIdentifier@123, House.addressId=o.c.s.i.PersistableIdentifier@456, House.gardenerId=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, reversePartnerId) values (?, ?, ?, ?) | {1={Person.houseId=o.c.s.i.PersistableIdentifier@123, Person.id=o.c.s.i.PersistableIdentifier@42, Person.name=John Do, Person.reversePartnerId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, reversePartnerId) values (?, ?, ?, ?) | {1={Person.houseId=null, Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Saca Do, Person.reversePartnerId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@888, 2=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, reversePartnerId) values (?, ?, ?, ?) | {1={Person.houseId=null, Person.id=o.c.s.i.PersistableIdentifier@999, Person.name=Dandelion, Person.reversePartnerId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update House set addressId = ?, gardenerId = ? where id = ? | {1={House.id (W)=o.c.s.i.PersistedIdentifier@123, House.addressId (U)=o.c.s.i.PersistableIdentifier@456, House.gardenerId (U)=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ?, houseId = ?, reversePartnerId = ? where id = ? | {1={Person.houseId (U)=null, Person.id (W)=o.c.s.i.PersistedIdentifier@666, Person.name (U)=Saca Do, Person.reversePartnerId (U)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@999, o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@999, 2=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ?, houseId = ?, reversePartnerId = ? where id = ? | {1={Person.houseId (U)=null, Person.id (W)=o.c.s.i.PersistableIdentifier@666, Person.name (U)=Saca Do, Person.reversePartnerId (U)=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Person | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, partnerId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, partnerId) values (?, ?, ?) | {1={Person.partnerId=null, Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Saca Do}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, partnerId) values (?, ?, ?) | {1={Person.partnerId=o.c.s.i.PersistableIdentifier@666, Person.id=o.c.s.i.PersistableIdentifier@42, Person.name=John Do}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, partner.id as partner_id from Person left outer join Person as partner on Person.partnerId = partner.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, partner.id as partner_id from Person left outer join Person as partner on Person.partnerId = partner.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, reversePartnerId) values (?, ?, ?) | {1={Person.reversePartnerId=null, Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, reversePartnerId) values (?, ?, ?) | {1={Person.reversePartnerId=o.c.s.i.PersistableIdentifier@42, Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, partner.id as partner_id from Person left outer join Person as partner on Person.id = partner.reversePartnerId where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, partner.id as partner_id from Person left outer join Person as partner on Person.id = partner.reversePartnerId where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(reversePartnerId int, name varchar(255), id int not null, addressId int, houseId int, gardenerId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_Person_id foreign key(houseId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_addressId_Address_id foreign key(addressId) references Address(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_gardenerId_Person_id foreign key(gardenerId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Address(location, id) values (?, ?) | {1={Address.location=Somewhere in the world, Address.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, reversePartnerId) values (?, ?, ?, ?) | {1={Person.name=Saca Do, Person.id=o.c.s.i.PersistableIdentifier@666, Person.houseId=null, Person.reversePartnerId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(id, addressId, gardenerId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@123, Person.gardenerId=o.c.s.i.PersistableIdentifier@666, Person.addressId=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, reversePartnerId) values (?, ?, ?, ?) | {1={Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@42, Person.houseId=o.c.s.i.PersistableIdentifier@123, Person.reversePartnerId=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join Person as house on Person.houseId = house.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ?, houseId = ?, reversePartnerId = ? where id = ? | {1={Person.name (U)=Saca Do, Person.id (W)=o.c.s.i.PersistedIdentifier@666, Person.houseId (U)=null, Person.reversePartnerId (U)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join Person as house on Person.houseId = house.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join Person as house on Person.houseId = house.id left outer join Person as partner on Person.id = partner.reversePartnerId left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Address(location, id) values (?, ?) | {1={Address.id=o.c.s.i.PersistableIdentifier@456, Address.location=Somewhere in the world}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, partnerId) values (?, ?, ?, ?) | {1={Person.partnerId=null, Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Saca Do, Person.houseId=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into House(id, addressId, gardenerId) values (?, ?, ?) | {1={House.addressId=o.c.s.i.PersistableIdentifier@456, House.gardenerId=o.c.s.i.PersistableIdentifier@666, House.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.partnerId = partner.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, partnerId) values (?, ?, ?, ?) | {1={Person.partnerId=o.c.s.i.PersistableIdentifier@666, Person.id=o.c.s.i.PersistableIdentifier@42, Person.name=John Do, Person.houseId=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.partnerId = partner.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, partner.id as partner_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Person as partner on Person.partnerId = partner.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table House(id int not null, addressId int, gardenerId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, houseId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Address(location, id) values (?, ?) | {1={Address.location=Somewhere in the world, Address.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@888, Person.houseId=null, Person.name=Poppy}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into House(id, addressId, gardenerId) values (?, ?, ?) | {1={House.addressId=o.c.s.i.PersistableIdentifier@456, House.gardenerId=o.c.s.i.PersistableIdentifier@888, House.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@42, Person.houseId=o.c.s.i.PersistableIdentifier@123, Person.name=John Do}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@888}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@999, Person.houseId=null, Person.name=Dandelion}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update House set addressId = ?, gardenerId = ? where id = ? | {1={House.addressId (U)=o.c.s.i.PersistableIdentifier@456, House.gardenerId (U)=o.c.s.i.PersistableIdentifier@999, House.id (W)=o.c.s.i.PersistedIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@999]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.gardenerId = house_gardener.id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@999}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Person | {}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Address(location varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table House(id int not null, addressId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(reverseGardenerId int, name varchar(255), id int not null, houseId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_reverseGardenerId_House_id foreign key(reverseGardenerId) references House(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Address(location, id) values (?, ?) | {1={Address.location=Somewhere in the world, Address.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into House(id, addressId) values (?, ?) | {1={House.addressId=o.c.s.i.PersistableIdentifier@456, House.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, reverseGardenerId) values (?, ?, ?, ?) | {1={Person.houseId=null, Person.name=Poppy, Person.reverseGardenerId=o.c.s.i.PersistableIdentifier@123, Person.id=o.c.s.i.PersistableIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, reverseGardenerId) values (?, ?, ?, ?) | {1={Person.houseId=o.c.s.i.PersistableIdentifier@123, Person.name=John Do, Person.reverseGardenerId=null, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.id = house_gardener.reverseGardenerId where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@888]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.id = house_gardener.reverseGardenerId where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@888}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@888}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, houseId, reverseGardenerId) values (?, ?, ?, ?) | {1={Person.houseId=null, Person.name=Dandelion, Person.reverseGardenerId=o.c.s.i.PersistableIdentifier@123, Person.id=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.id = house_gardener.reverseGardenerId where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$House#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@999]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id, house.id as house_id, house_address.location as house_address_location, house_address.id as house_address_id, house_gardener.id as house_gardener_id from Person left outer join House as house on Person.houseId = house.id left outer join Address as house_address on house.addressId = house_address.id left outer join Person as house_gardener on house.id = house_gardener.reverseGardenerId where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@999}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@999
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2026-05-19 05:31:24	TRACE	SQLOperation	select id from Person | {}
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, presidentId, capitalId) values (?, ?, ?, ?) | {1={Country.description=Smelly cheese !, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.capitalId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id, capital.name as capital_name, capital.id as capital_id from Country left outer join Person as president on Country.presidentId = president.id left outer join City as capital on Country.capitalId = capital.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, presidentId, capitalId) values (?, ?, ?, ?) | {1={Country.description=null, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.capitalId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id, capital.name as capital_name, capital.id as capital_id from Country left outer join Person as president on Country.presidentId = president.id left outer join City as capital on Country.capitalId = capital.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Country set description = ?, presidentId = ?, capitalId = ? where id = ? | {1={Country.presidentId (U)=null, Country.description (U)=null, Country.capitalId (U)=o.c.s.i.PersistedIdentifier@0, Country.id (W)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=Paris renamed, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id) values (?, ?) | {1={City.name=Paris, City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, presidentId, capitalId) values (?, ?, ?, ?) | {1={Country.capitalId=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id, capital.name as capital_name, capital.id as capital_id from Country left outer join Person as president on Country.presidentId = president.id left outer join City as capital on Country.capitalId = capital.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id, presidentId, capitalId) values (?, ?, ?, ?) | {1={Country.capitalId=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id, capital.name as capital_name, capital.id as capital_id from Country left outer join Person as president on Country.presidentId = president.id left outer join City as capital on Country.capitalId = capital.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistableIdentifier@0, Person.name (U)=French president renamed}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ? where id = ? | {1={City.name (U)=Paris renamed, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), presidentId int, id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, presidentId, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.description=null, Country.presidentId=Person[addressBook=<null>,addresses=<null>,bicycles=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistableIdentifier@123,mainBicycle=<null>,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfCompositeIdEntityAsKey=<null>,mapPropertyMadeOfCompositeIdEntityAsValue=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,middleNames=<null>,name=France president,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0], Country.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@456]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.presidentId as Country_presidentId, Country.id as Country_id from Country where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@456}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Country set presidentId = ? where id = ? | {1={Country.presidentId (U)=Person[addressBook=<null>,addresses=<null>,bicycles=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistableIdentifier@124,mainBicycle=<null>,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfCompositeIdEntityAsKey=<null>,mapPropertyMadeOfCompositeIdEntityAsValue=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,middleNames=<null>,name=French president,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0], Country.id (W)=o.c.s.i.PersistedIdentifier@456}}
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(countryId int, name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.description=Smelly cheese !}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistableIdentifier@42, City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.countryId=o.c.s.i.PersistedIdentifier@42, City.id=o.c.s.i.PersistableIdentifier@1, City.name=Lyon}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=o.c.s.i.PersistedIdentifier@42, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@42, City.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Paris, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.name=Lyon, City.countryId=o.c.s.i.PersistedIdentifier@42, City.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Lyon renamed, City.countryId (U)=o.c.s.i.PersistedIdentifier@42, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Lyon renamed, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris, City.countryId (U)=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Lyon, City.countryId=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris, City.countryId (U)=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Lyon, City.countryId=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(description, id) values (?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.description=Smelly cheese !}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@0, City.name=Paris, City.countryId=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris, City.countryId (U)=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into City(name, id, countryId) values (?, ?, ?) | {1={City.id=o.c.s.i.PersistableIdentifier@1, City.name=Lyon, City.countryId=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select City.name as City_name, City.id as City_id from City where City.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.City
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, capital.name as capital_name, capital.id as capital_id from Country left outer join City as capital on Country.id = capital.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:24	TRACE	SQLOperation	select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Delete
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@100]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@100}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@100
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Delete
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=France, Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0, Country.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Country set name = ?, description = ?, presidentId = ? where id = ? | {1={Country.name (U)=France, Country.description (U)=Smelly cheese !, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.presidentId (U)=null}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.description=Smelly cheese !, Country.name=France, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.id (W)=o.c.s.i.PersistableIdentifier@0, Person.name (U)=French president renamed}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=new French president}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Country set name = ?, description = ?, presidentId = ? where id = ? | {1={Country.description (U)=Smelly cheese !, Country.presidentId (U)=o.c.s.i.PersistableIdentifier@1, Country.name (U)=France, Country.id (W)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.description=Smelly cheese !, Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, countryId) values (?, ?, ?) | {1={Person.countryId=o.c.s.i.PersistableIdentifier@0, Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.id = president.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ?, countryId = ? where id = ? | {1={Person.countryId (U)=o.c.s.i.PersistedIdentifier@0, Person.name (U)=French president renamed, Person.id (W)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.id = president.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, countryId) values (?, ?, ?) | {1={Person.countryId=o.c.s.i.PersistedIdentifier@0, Person.name=new French president, Person.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ?, countryId = ? where id = ? | {1={Person.countryId (U)=null, Person.name (U)=French president renamed, Person.id (W)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.id = president.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	TRACE	SQLOperation	select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.description=null, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country inner join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=France, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Country set name = ?, description = ?, presidentId = ? where id = ? | {1={Country.presidentId (U)=null, Country.name (U)=France, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.description (U)=Smelly cheese !}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=France, Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@0, Country.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=New French president}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Country set name = ?, description = ?, presidentId = ? where id = ? | {1={Country.name (U)=France, Country.description (U)=Smelly cheese !, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.presidentId (U)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=France, Country.description=Smelly cheese !, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=France 2, Country.description=null, Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:24	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France, Country.description=Smelly cheese !}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Person(name, id, countryId) values (?, ?, ?) | {1={Person.countryId=o.c.s.i.PersistableIdentifier@0, Person.id=o.c.s.i.PersistableIdentifier@0, Person.name=French president}}
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@1, Country.name=France 2, Country.description=null}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:24	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:24	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:24	TRACE	SQLOperation	update Person set name = ?, countryId = ? where id = ? | {1={Person.countryId (U)=o.c.s.i.PersistableIdentifier@1, Person.id (W)=o.c.s.i.PersistedIdentifier@0, Person.name (U)=Me !!}}
2026-05-19 05:31:24	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:24	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.id = president.countryId where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:24	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:24	TRACE	SQLOperation	select count(*) as countryCount from Country | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !, Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:25	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=Me !!, Person.id (W)=o.c.s.i.PersistedIdentifier@0}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.name=France 2, Country.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	TRACE	SQLOperation	select count(*) as countryCount from Country | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=French president, Person.id=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=Smelly cheese !, Country.name=France, Country.presidentId=o.c.s.i.PersistableIdentifier@0}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@0]
2026-05-19 05:31:25	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@0}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@0
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, capitalId int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, mainTownId int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_mainTownId_City_id foreign key(mainTownId) references City(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Town(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Township(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Township(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table city(state int, name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table City(name varchar(255), id int not null, countryId int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=null}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.name=null, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.presidentId=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@666]
2026-05-19 05:31:25	TRACE	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, countryId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@1, Person.name=French president}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.description=Smelly cheese !, Country.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Person set countryId = ? where id = ? | {1={}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.id = president.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Country set name = ? where id = ? | {1={Country.name (U)=touched France, Country.id (W)=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Person set countryId = ? where id = ? | {1={}, 2={}}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Person where id = 1 | {}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@2, Person.name=New French president}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Country set name = ?, description = ? where id = ? | {1={Country.name (U)=France, Country.description (U)=Smelly cheese !, Country.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Person set countryId = ? where id = ? | {1={}, 2={}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.id = president.countryId where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Person set countryId = ? where id = ? | {1={}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Country | {}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Person | {}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Person where id = 2 | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@100]
2026-05-19 05:31:25	TRACE	SQLOperation	select Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@100}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@100
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.description=Smelly cheese !, Country.presidentId=o.c.s.i.PersistableIdentifier@1, Country.id=o.c.s.i.PersistableIdentifier@42, Country.name=France}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Country set name = ?, description = ? where id = ? | {1={Country.description (U)=null, Country.id (W)=o.c.s.i.PersistableIdentifier@42, Country.name (U)=touched France}}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Person where id = 1 | {}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Country | {}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Person where id = 1 | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Country(name, description, id, presidentId) values (?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@1, Country.id=o.c.s.i.PersistableIdentifier@42, Country.description=Smelly cheese !, Country.name=France}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.id as Country_id, president.name as president_name, president.id as president_id from Country left outer join Person as president on Country.presidentId = president.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Country set name = ?, description = ? where id = ? | {1={Country.id (W)=o.c.s.i.PersistableIdentifier@42, Country.description (U)=null, Country.name (U)=touched France}}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Person where id = 1 | {}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Country | {}
2026-05-19 05:31:25	TRACE	SQLOperation	select name from Person where id = 1 | {}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest
[INFO] Running org.codefilarete.stalactite.engine.ForeignKeyNamingStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.codefilarete.stalactite.engine.ForeignKeyNamingStrategyTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, engineModel varchar(255), unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Engine(model varchar(255) not null, unique (model))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineModel_Engine_model foreign key(engineModel) references Engine(model)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Engine(model) values (?) | {1={Engine.model=XFE45K-TRE}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Car(model, id, engineModel) values (?, ?, ?) | {1={Car.model=Renault, Car.engineModel=XFE45K-TRE, Car.id=42}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, engine.model as engine_model from Car left outer join Engine as engine on Car.engineModel = engine.model where Car.id in (?) | {1=42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car#42
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [42, 666]
2026-05-19 05:31:25	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?, ?)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:25	DEBUG	SQLOperation	insert into Car(id, model) values (?, ?)
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [42]
2026-05-19 05:31:25	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?)
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [42, 666]
2026-05-19 05:31:25	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?, ?)
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	DEBUG	SQLOperation	update Car set model = ? where id = ?
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=42}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=42}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=42}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=42, Car.model=Renault}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, AbstractVehicle.id as AbstractVehicle_id, Vehicle.id as Vehicle_id from Car inner join AbstractVehicle as AbstractVehicle on Car.id = AbstractVehicle.id inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {1=42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car#42
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car#42
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=42}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Engine(model varchar(255) not null, carId bigint, unique (model))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=42, Car.model=Renault}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Engine(model, carId) values (?, ?) | {1={Engine.carId=42, Engine.model=XFE45K-TRE}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, engine.model as engine_model from Car left outer join Engine as engine on Car.id = engine.carId where Car.id in (?) | {1=42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car#42
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportEmbedTest
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, name varchar(255), unique (id))
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Toto(creationDate, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@2748f025-c7ae-4ddb-8982-3527dd8bbd0d, Toto.creationDate=Tue May 19 05:31:25 UTC 2026, Toto.name=null, Toto.modificationDate=null}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.creationDate, Toto.modificationDate from Toto | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@2748f025-c7ae-4ddb-8982-3527dd8bbd0d]
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@2748f025-c7ae-4ddb-8982-3527dd8bbd0d}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), modificationDate timestamp, unique (id))
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Toto(id, modificationDate, name) values (?, ?, ?) | {1={Toto.name=null, Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@061566f9-cbb9-4193-8667-63846515cb82}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@061566f9-cbb9-4193-8667-63846515cb82]
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@061566f9-cbb9-4193-8667-63846515cb82}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.createdAt=Tue May 19 05:31:25 UTC 2026, Toto.name=null, Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@f257cf75-38b0-426a-8492-cbf47d4f080d}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.createdAt, Toto.modificationDate from Toto | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@f257cf75-38b0-426a-8492-cbf47d4f080d]
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@f257cf75-38b0-426a-8492-cbf47d4f080d}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportEmbedTest$OverrideName
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.createdAt=Tue May 19 05:31:25 UTC 2026, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@08a0e31e-d29a-4c71-824d-84ef3c051f3e}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.createdAt, Toto.modificationDate from Toto | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@08a0e31e-d29a-4c71-824d-84ef3c051f3e]
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@08a0e31e-d29a-4c71-824d-84ef3c051f3e}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@e4877191-bb59-46c0-a5e2-175caade8171, Toto.createdAt=Tue May 19 05:31:25 UTC 2026, Toto.name=null, Toto.modificationDate=null}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.createdAt, Toto.modificationDate from Toto | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@e4877191-bb59-46c0-a5e2-175caade8171]
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@e4877191-bb59-46c0-a5e2-175caade8171}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportEmbedTest$OverrideName
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportEmbedTest$WithMappedSuperClass
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, locale VARCHAR(20), name varchar(255), unique (id))
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Toto(creationDate, id, locale, modificationDate, name) values (?, ?, ?, ?, ?) | {1={Toto.creationDate=Tue May 19 05:31:25 UTC 2026, Toto.id=o.c.s.i.PersistableIdentifier@9303a8cd-8ae0-4396-a5fe-47120abfc6d3, Toto.name=null, Toto.locale=en_US, Toto.modificationDate=null}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.creationDate, Toto.modificationDate, Toto.locale from Toto | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@9303a8cd-8ae0-4396-a5fe-47120abfc6d3]
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.locale as Toto_locale, Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@9303a8cd-8ae0-4396-a5fe-47120abfc6d3}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, modificationTime timestamp, name varchar(255), creationDate timestamp, locale VARCHAR(20), unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(42), locale VARCHAR(20), unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), creationDate timestamp, modificationTime timestamp, locale VARCHAR(20), unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationTime timestamp, locale VARCHAR(20), name varchar(255), unique (id))
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Toto(creationDate, id, locale, name) values (?, ?, ?, ?) | {1={Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@110d9d4e-07a6-423a-a4eb-10102de539ad, Toto.creationDate=Tue May 19 05:31:25 UTC 2026, Toto.locale=en_US}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.creationDate, Toto.modificationTime, Toto.locale from Toto | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@110d9d4e-07a6-423a-a4eb-10102de539ad]
2026-05-19 05:31:25	TRACE	SQLOperation	select Toto.locale as Toto_locale, Toto.name as Toto_name, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {1=o.c.s.i.PersistableIdentifier@110d9d4e-07a6-423a-a4eb-10102de539ad}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportEmbedTest$WithMappedSuperClass
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportEmbedTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest
2026-05-19 05:31:25	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))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Engine(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Engine(model, id) values (?, default) | {1={Engine.model=XFE45K-TRE}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Car(model, id, engineId) values (?, default, ?) | {1={Car.engineId=1, Car.model=Renault}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, engine.model as engine_model, engine.id as engine_id from Car left outer join Engine as engine on Car.engineId = engine.id where Car.id in (?) | {1=1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car#1
2026-05-19 05:31:25	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-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Vehicle(id bigint not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into AbstractVehicle(id) values (default) | {1={}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Vehicle(id) values (?) | {1={Vehicle.id=1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Car(model, id) values (?, ?) | {1={Car.id=1, Car.model=Renault}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id, AbstractVehicle.id as AbstractVehicle_id, Vehicle.id as Vehicle_id from Car inner join AbstractVehicle as AbstractVehicle on Car.id = AbstractVehicle.id inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {1=1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car#1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car#1
2026-05-19 05:31:25	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-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id, model from Car | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {1=1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, questionId int, myIdx integer, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, myIdx) values (?, ?, ?, ?) | {1={Choice.myIdx=2, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 2={Choice.myIdx=1, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 3={Choice.myIdx=3, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.myIdx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.idx=2}, 2={Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.idx=1}, 3={Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.idx=3}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.idx=2, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@20}, 2={Choice.idx=1, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@10}, 3={Choice.idx=3, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Question.id as Question_id, Choice.label as Choice_label, Choice.id as Choice_id, Choice.idx as Choice_idx from Question left outer join Choice as Choice on Question.id = Choice.questionId where Question.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.label=Lyon, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=2, Choice.id=o.c.s.i.PersistableIdentifier@17}, 2={Choice.label=Grenoble, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=1, Choice.id=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:25	TRACE	SQLOperation	select questionId from Choice | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Question.id as Question_id, Choice.label as Choice_label, Choice.id as Choice_id, Choice.idx as Choice_idx from Question left outer join Choice as Choice on Question.id = Choice.questionId where Question.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.label (U)=Lyon, Choice.questionId (U)=null, Choice.idx (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@17}}
2026-05-19 05:31:25	TRACE	SQLOperation	select questionId from Choice | {}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.label (U)=Grenoble, Choice.questionId (U)=null, Choice.idx (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@13}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Question where id = ? | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	TRACE	SQLOperation	select questionId from Choice | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, idx integer, unique (answer_id, choices_id, idx))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.idx=2, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@20}, 2={Choice.idx=1, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@10}, 3={Choice.idx=3, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@20, o.c.s.i.PersistableIdentifier@10, o.c.s.i.PersistableIdentifier@30]
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@20, 2=o.c.s.i.PersistableIdentifier@10, 3=o.c.s.i.PersistableIdentifier@30}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer_choices(idx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=3}, 2={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=1}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=2}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? and idx = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=1}, 2={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=2}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=3}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	TRACE	SQLOperation	select count(id) as answerId from Answer | {}
2026-05-19 05:31:25	TRACE	SQLOperation	select count(*) as relationCount from Answer_Choices | {}
2026-05-19 05:31:25	TRACE	SQLOperation	select count(id) as choiceCount from Choice | {}
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, idx integer, unique (answer_id, choices_id, idx))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.idx=2, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 2={Choice.idx=1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 3={Choice.idx=3, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@20, o.c.s.i.PersistableIdentifier@10, o.c.s.i.PersistableIdentifier@30]
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@20, 2=o.c.s.i.PersistableIdentifier@10, 3=o.c.s.i.PersistableIdentifier@30}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer_choices(idx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.idx=4, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}, 2={Answer_choices.idx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 3={Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 4={Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices.answer_id as Answer_choices_answer_id, Answer_choices.choices_id as Answer_choices_choices_id, Answer_choices.idx as Answer_choices_idx, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? and idx = ? | {1={Answer_choices.idx=4, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@30}, 2={Answer_choices.idx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@10}, 3={Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@20}, 4={Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistedIdentifier@20}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@20, o.c.s.i.PersistableIdentifier@10, o.c.s.i.PersistableIdentifier@30]
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@20, 2=o.c.s.i.PersistableIdentifier@10, 3=o.c.s.i.PersistableIdentifier@30}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer_choices(idx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.idx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 2={Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 3={Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices.answer_id as Answer_choices_answer_id, Answer_choices.choices_id as Answer_choices_choices_id, Answer_choices.idx as Answer_choices_idx, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? and idx = ? | {1={Answer_choices.idx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 2={Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 3={Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	TRACE	SQLOperation	select count(*) as c from Answer_Choices | {}
2026-05-19 05:31:25	TRACE	SQLOperation	select id from Choice | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, idx integer, unique (answer_id, choices_id, idx))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=2, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.label=null}, 2={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=1, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.label=null}, 3={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=3, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.label=null}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@20, o.c.s.i.PersistableIdentifier@10, o.c.s.i.PersistableIdentifier@30]
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@20, 2=o.c.s.i.PersistableIdentifier@10, 3=o.c.s.i.PersistableIdentifier@30}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer_choices(idx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.idx=4}, 2={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10, Answer_choices.idx=1}, 3={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20, Answer_choices.idx=2}, 4={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20, Answer_choices.idx=3}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, idx integer, unique (answer_id, choices_id, idx))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.idx=2, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 2={Choice.idx=4, Choice.id=o.c.s.i.PersistableIdentifier@40, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 3={Choice.idx=1, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 4={Choice.idx=3, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@20, o.c.s.i.PersistableIdentifier@10, o.c.s.i.PersistableIdentifier@30]
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@20, 2=o.c.s.i.PersistableIdentifier@10, 3=o.c.s.i.PersistableIdentifier@30}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer_choices(idx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.idx=4, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}, 2={Answer_choices.idx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 3={Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 4={Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Question.id as Question_id, Choice.label as Choice_label, Choice.id as Choice_id, Choice.idx as Choice_idx from Question left outer join Choice as Choice on Question.id = Choice.questionId where Question.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.idx (U)=2, Choice.id (W)=o.c.s.i.PersistedIdentifier@20, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1}, 2={Choice.idx (U)=4, Choice.id (W)=o.c.s.i.PersistedIdentifier@40, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1}, 3={Choice.idx (U)=1, Choice.id (W)=o.c.s.i.PersistedIdentifier@10, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1}, 4={Choice.idx (U)=3, Choice.id (W)=o.c.s.i.PersistedIdentifier@30, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.idx=5, Choice.id=o.c.s.i.PersistableIdentifier@50, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices.answer_id as Answer_choices_answer_id, Answer_choices.choices_id as Answer_choices_choices_id, Answer_choices.idx as Answer_choices_idx, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? and idx = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=3, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 2={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 3={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 4={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=4, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@50, o.c.s.i.PersistableIdentifier@20, o.c.s.i.PersistableIdentifier@40, o.c.s.i.PersistableIdentifier@10, o.c.s.i.PersistableIdentifier@30]
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@50, 2=o.c.s.i.PersistableIdentifier@20, 3=o.c.s.i.PersistableIdentifier@40, 4=o.c.s.i.PersistableIdentifier@10, 5=o.c.s.i.PersistableIdentifier@30}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 7 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer_choices(idx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.idx=1, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 2={Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 3={Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@50}, 4={Answer_choices.idx=4, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 5={Answer_choices.idx=5, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}, 6={Answer_choices.idx=6, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 7={Answer_choices.idx=7, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@40}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices.answer_id as Answer_choices_answer_id, Answer_choices.choices_id as Answer_choices_choices_id, Answer_choices.idx as Answer_choices_idx, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 7 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? and idx = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 2={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=6, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 3={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 4={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=7, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@40}, 5={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=5, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}, 6={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=3, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@50}, 7={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=4, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@20, o.c.s.i.PersistableIdentifier@10]
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@20, 2=o.c.s.i.PersistableIdentifier@10}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer_choices(idx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.idx=1, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 2={Answer_choices.idx=2, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 3={Answer_choices.idx=3, Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, idx integer, unique (answer_id, choices_id, idx))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=2}, 2={Choice.label=toto, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=1}, 3={Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=3}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@20, o.c.s.i.PersistableIdentifier@10, o.c.s.i.PersistableIdentifier@30]
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@20, 2=o.c.s.i.PersistableIdentifier@10, 3=o.c.s.i.PersistableIdentifier@30}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer_choices(idx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=3, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}, 2={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=4, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 3={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 4={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Answer.id as Answer_id, Answer_choices.answer_id as Answer_choices_answer_id, Answer_choices.choices_id as Answer_choices_choices_id, Answer_choices.idx as Answer_choices_idx, Answer_choices_Choice.label as Answer_choices_Choice_label, Answer_choices_Choice.id as Answer_choices_Choice_id from Answer left outer join Answer_choices as Answer_choices on Answer.id = Answer_choices.answer_id left outer join Choice as Answer_choices_Choice on Answer_choices.choices_id = Answer_choices_Choice.id where Answer.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, idx integer, unique (answer_id, choices_id, idx))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.idx=3}, 2={Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.idx=2}, 3={Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.idx=1}}
2026-05-19 05:31:25	TRACE	SQLOperation	select id from CHOICE where id = :id | {id=10}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@1]
2026-05-19 05:31:25	TRACE	SQLOperation	select Question.id as Question_id, Choice.label as Choice_label, Choice.id as Choice_id, Choice.idx as Choice_idx from Question left outer join Choice as Choice on Question.id = Choice.questionId where Question.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@1
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Answer_choices(answer_id int not null, choices_id int not null, idx integer, unique (answer_id, choices_id, idx))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.idx=2}, 2={Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.idx=1}, 3={Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.idx=3}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@20, o.c.s.i.PersistableIdentifier@10, o.c.s.i.PersistableIdentifier@30]
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.label as Choice_label, Choice.id as Choice_id from Choice where Choice.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@20, 2=o.c.s.i.PersistableIdentifier@10, 3=o.c.s.i.PersistableIdentifier@30}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$AnswerChoice
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 4 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Answer_choices(idx, answer_id, choices_id) values (?, ?, ?) | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=4, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}, 2={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}, 3={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 4={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.idx=3, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}}
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Answer_choices where answer_id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Answer where id in (?) | {Answer.id=o.c.s.i.PersistableIdentifier@1}
2026-05-19 05:31:25	TRACE	SQLOperation	select count(*) as c from Answer_Choices | {}
2026-05-19 05:31:25	TRACE	SQLOperation	select id from Choice | {}
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates
[INFO] Running org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(label varchar(255), id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question_choices(question_id int not null, choices_id int not null, unique (question_id, choices_id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Question_choices add constraint FK_Question_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Question_choices add constraint FK_Question_choices_question_id_Question_id foreign key(question_id) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.id=o.c.s.i.PersistableIdentifier@42, Question.label=null}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question_choices(question_id, choices_id) values (?, ?) | {1={Question_choices.choices_id=o.c.s.i.PersistableIdentifier@100, Question_choices.question_id=o.c.s.i.PersistableIdentifier@42}, 2={Question_choices.choices_id=o.c.s.i.PersistableIdentifier@200, Question_choices.question_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Question.label as Question_label, Question.id as Question_id, Question_choices_Choice.label as Question_choices_Choice_label, Question_choices_Choice.id as Question_choices_Choice_id from Question left outer join Question_choices as Question_choices on Question.id = Question_choices.question_id left outer join Choice as Question_choices_Choice on Question_choices.choices_id = Question_choices_Choice.id where Question.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Question set label = ? where id = ? | {1={Question.id (W)=o.c.s.i.PersistedIdentifier@42, Question.label (U)=What's your name ?}}
2026-05-19 05:31:25	DEBUG	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:25	TRACE	SQLOperation	select Question.label as Question_label, Question.id as Question_id, Question_choices_Choice.label as Question_choices_Choice_label, Question_choices_Choice.id as Question_choices_Choice_id from Question left outer join Question_choices as Question_choices on Question.id = Question_choices.question_id left outer join Choice as Question_choices_Choice on Question_choices.choices_id = Question_choices_Choice.id where Question.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=2, Choice.id=o.c.s.i.PersistableIdentifier@20}, 2={Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=1, Choice.id=o.c.s.i.PersistableIdentifier@10}, 3={Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=3, Choice.id=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.idx (U)=2, Choice.id (W)=o.c.s.i.PersistableIdentifier@10}, 2={Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.idx (U)=1, Choice.id (W)=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.idx=2, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 2={Choice.idx=1, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 3={Choice.idx=3, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.idx (U)=1, Choice.id (W)=o.c.s.i.PersistableIdentifier@20, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.label (U)=null}, 2={Choice.idx (U)=2, Choice.id (W)=o.c.s.i.PersistableIdentifier@10, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.label (U)=null}, 3={Choice.idx (U)=3, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.label (U)=null}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.label=null, Choice.idx=2}, 2={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.label=null, Choice.idx=1}, 3={Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.label=null, Choice.idx=3}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 2 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@10, Choice.idx (U)=2, Choice.label (U)=null}, 2={Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.idx (U)=1, Choice.label (U)=null}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=2, Choice.id=o.c.s.i.PersistableIdentifier@20}, 2={Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=1, Choice.id=o.c.s.i.PersistableIdentifier@10}, 3={Choice.label=null, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=3, Choice.id=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	create table Question(id int not null, unique (id))
2026-05-19 05:31:25	DEBUG	DDLDeployer	alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Question(id) values (?) | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.label=null, Choice.idx=2, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@20}, 2={Choice.label=null, Choice.idx=1, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@10}, 3={Choice.label=null, Choice.idx=3, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:31:25	TRACE	SQLOperation	update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.idx (U)=3, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@20}, 2={Choice.idx (U)=4, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@10}, 3={Choice.idx (U)=1, Choice.label (U)=null, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.id (W)=o.c.s.i.PersistableIdentifier@30}}
2026-05-19 05:31:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:31:25	TRACE	SQLOperation	insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.label=null, Choice.idx=2, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.id=o.c.s.i.PersistableIdentifier@40}}
2026-05-19 05:31:25	TRACE	SQLOperation	select Choice.id, Choice.idx from Choice order by Choice.id | {}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest
[INFO] Running org.codefilarete.stalactite.dsl.naming.UniqueConstraintNamingStrategyTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.codefilarete.stalactite.dsl.naming.UniqueConstraintNamingStrategyTest
[INFO] Running org.codefilarete.stalactite.id.PersistableIdentifierTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.codefilarete.stalactite.id.PersistableIdentifierTest
[INFO] Running org.codefilarete.stalactite.id.PersistedIdentifierTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.codefilarete.stalactite.id.PersistedIdentifierTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 853, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ orm ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target/stalactite-orm-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ orm ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target/stalactite-orm-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target/jacoco.exec
[INFO] Analyzed bundle 'orm' with 581 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm/3.0.0-SNAPSHOT/orm-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target/stalactite-orm-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm/3.0.0-SNAPSHOT/orm-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target/stalactite-orm-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm/3.0.0-SNAPSHOT/orm-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:spring-integration >-----------
[INFO] Building spring-integration 3.0.0-SNAPSHOT                        [9/36]
[INFO]   from spring-integration/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ spring-integration ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ spring-integration ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/target/jacoco.exec"
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ spring-integration ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ spring-integration ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/spring-integration/3.0.0-SNAPSHOT/spring-integration-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:spring-transaction >-----------
[INFO] Building spring-transaction 3.0.0-SNAPSHOT                       [10/36]
[INFO]   from spring-integration/transaction/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ spring-transaction ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ spring-transaction ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ spring-transaction ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ spring-transaction ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ spring-transaction ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ spring-transaction ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/target/test-classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/src/test/java/org/codefilarete/stalactite/spring/transaction/StalactitePlatformTransactionManagerTest.java: /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/src/test/java/org/codefilarete/stalactite/spring/transaction/StalactitePlatformTransactionManagerTest.java uses unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/src/test/java/org/codefilarete/stalactite/spring/transaction/StalactitePlatformTransactionManagerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ spring-transaction ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest
2026-05-19 05:31:27	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2026-05-19 05:31:27	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2026-05-19 05:31:27	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapper for test class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
2026-05-19 05:31:27	DEBUG	AbstractDelegatingSmartContextLoader	Delegating to AnnotationConfigContextLoader to process context configuration [ContextConfigurationAttributes@7a6ea47d declaringClass = 'org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
2026-05-19 05:31:27	DEBUG	ActiveProfilesUtils	Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest]
2026-05-19 05:31:27	DEBUG	DefaultTestContextBootstrapper	@TestExecutionListeners is not present for class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest]: using defaults.
2026-05-19 05:31:27	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:27	DEBUG	DefaultTestContextBootstrapper	Skipping candidate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [javax/servlet/ServletContext]
2026-05-19 05:31:27	INFO 	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20a24edf, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@29962b2f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@491f8831, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@691541bc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5b733ef7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@43a4a9e5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@764fffa0, org.springframework.test.context.event.EventPublishingTestExecutionListener@35145874, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@77524ca7, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@11df2829, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@18e4674d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@f245bdd, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6af609ea, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@280fafd]
2026-05-19 05:31:27	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test class: context [DefaultTestContext@626b639e testClass = StalactitePlatformTransactionManagerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]], class annotated with @DirtiesContext [false] with mode [null].
[INFO] Running org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction
2026-05-19 05:31:27	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2026-05-19 05:31:27	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2026-05-19 05:31:27	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapper for test class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
2026-05-19 05:31:27	DEBUG	AbstractDelegatingSmartContextLoader	Delegating to AnnotationConfigContextLoader to process context configuration [ContextConfigurationAttributes@58aa1d72 declaringClass = 'org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
2026-05-19 05:31:27	DEBUG	ActiveProfilesUtils	Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction]
2026-05-19 05:31:27	DEBUG	DefaultTestContextBootstrapper	@TestExecutionListeners is not present for class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction]: using defaults.
2026-05-19 05:31:27	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:27	DEBUG	DefaultTestContextBootstrapper	Skipping candidate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [javax/servlet/ServletContext]
2026-05-19 05:31:27	INFO 	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@395f52ed, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@7a84788f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@102c18e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@26e0d39c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@65eb3597, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3c7279a5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2bebd114, org.springframework.test.context.event.EventPublishingTestExecutionListener@b379bc6, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@374c40ba, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@18dcb8a7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6dcab9d9, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5a14e60d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@f882465, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@72ecbcb3]
2026-05-19 05:31:27	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test class: context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]], class annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:27	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@626b639e testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@57186526, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:27	DEBUG	AbstractDelegatingSmartContextLoader	Delegating to AnnotationConfigContextLoader to load context from [MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]].
2026-05-19 05:31:27	DEBUG	AbstractGenericContextLoader	Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
2026-05-19 05:31:27	DEBUG	StandardEnvironment	Activating profiles []
2026-05-19 05:31:27	DEBUG	AnnotationConfigContextLoader	Registering component classes: {class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}
2026-05-19 05:31:28	DEBUG	GenericApplicationContext	Refreshing org.springframework.context.support.GenericApplicationContext@2cccf134
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor'
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor$SpyPostProcessor'
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'stalactitePlatformTransactionManagerTest.StalactiteTransactionalContextConfiguration'
2026-05-19 05:31:28	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'dataSource'
2026-05-19 05:31:29	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3f58e7d5
2026-05-19 05:31:29	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'transactionManager'
2026-05-19 05:31:29	DEBUG	DefaultListableBeanFactory	Autowiring by type from bean name 'transactionManager' via factory method to bean named 'dataSource'
2026-05-19 05:31:29	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'persistenceContext'
2026-05-19 05:31:29	DEBUG	DefaultListableBeanFactory	Autowiring by type from bean name 'persistenceContext' via factory method to bean named 'transactionManager'
2026-05-19 05:31:29	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'personTable'
2026-05-19 05:31:29	DEBUG	DefaultListableBeanFactory	Creating shared instance of singleton bean 'schema'
2026-05-19 05:31:29	DEBUG	DefaultListableBeanFactory	Autowiring by type from bean name 'personTable' via factory method to bean named 'schema'
2026-05-19 05:31:29	DEBUG	EventListenerMethodProcessor	1 @EventListener methods processed on bean 'stalactitePlatformTransactionManagerTest.StalactiteTransactionalContextConfiguration': {public void org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration.onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent)=@org.springframework.context.event.EventListener(classes={}, condition="", id="", value={})}
2026-05-19 05:31:29	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@688c1b2a
2026-05-19 05:31:29	DEBUG	DDLDeployer	create table Person(id bigint, name varchar(255))
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Storing ApplicationContext [751628596] in cache under key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 0, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 1, missCount = 1]
2026-05-19 05:31:29	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@17ab4ba5, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 2, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 3, missCount = 1]
2026-05-19 05:31:29	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test method: context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@17ab4ba5, testMethod = whenOperationFails_rollbackIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:29	DEBUG	TransactionalTestExecutionListener	Explicit transaction definition [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] found for test context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@17ab4ba5, testMethod = whenOperationFails_rollbackIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 4, missCount = 1]
2026-05-19 05:31:29	DEBUG	TransactionalTestExecutionListener	No method-level @Rollback override: using default rollback [true] for test context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@17ab4ba5, testMethod = whenOperationFails_rollbackIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]].
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction.whenOperationFails_rollbackIsInvoked]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:29	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@35bd146b
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@458c58e3] for JDBC transaction
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@458c58e3] to manual commit
2026-05-19 05:31:29	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@17ab4ba5, testMethod = whenOperationFails_rollbackIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4c0e2715]; rollback [true]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 5, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 6, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 7, missCount = 1]
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Suspending current transaction, creating new transaction with name [null]
2026-05-19 05:31:29	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@77644bb
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@73e2862a] for JDBC transaction
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@73e2862a] to manual commit
2026-05-19 05:31:29	DEBUG	TransactionTemplate	Initiating transaction rollback on application exception
java.lang.RuntimeException: any kind of exception, only created to rollback connection
	at org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction.lambda$whenOperationFails_rollbackIsInvoked$0(StalactitePlatformTransactionManagerTest.java:174)
	at org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager$3.doInTransactionWithoutResult(StalactitePlatformTransactionManager.java:114)
	at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36)
	at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
	at org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager.executeInNewTransaction(StalactitePlatformTransactionManager.java:111)
	at org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction.whenOperationFails_rollbackIsInvoked(StalactitePlatformTransactionManagerTest.java:172)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:50)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@73e2862a]
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@73e2862a] after transaction
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Resuming suspended transaction after completion of inner transaction
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 8, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 9, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 10, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 11, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 12, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 13, missCount = 1]
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@458c58e3]
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@458c58e3] after transaction
2026-05-19 05:31:29	INFO 	TransactionContext	Rolled back transaction for test: [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@17ab4ba5, testMethod = whenOperationFails_rollbackIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:29	DEBUG	AbstractDirtiesContextTestExecutionListener	After test method: context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@17ab4ba5, testMethod = whenOperationFails_rollbackIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:29	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@626b639e testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@6d6a20f7, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 14, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 15, missCount = 1]
2026-05-19 05:31:29	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@313ac50e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 16, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 17, missCount = 1]
2026-05-19 05:31:29	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test method: context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@313ac50e, testMethod = whenOperationSucceeds_commitIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:29	DEBUG	TransactionalTestExecutionListener	Explicit transaction definition [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] found for test context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@313ac50e, testMethod = whenOperationSucceeds_commitIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 18, missCount = 1]
2026-05-19 05:31:29	DEBUG	TransactionalTestExecutionListener	No method-level @Rollback override: using default rollback [true] for test context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@313ac50e, testMethod = whenOperationSucceeds_commitIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]].
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction.whenOperationSucceeds_commitIsInvoked]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:29	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6a056d13
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@4b11a972] for JDBC transaction
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@4b11a972] to manual commit
2026-05-19 05:31:29	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@313ac50e, testMethod = whenOperationSucceeds_commitIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4c0e2715]; rollback [true]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 19, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 20, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 21, missCount = 1]
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Suspending current transaction, creating new transaction with name [null]
2026-05-19 05:31:29	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5df01ff5
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@47c5ad11] for JDBC transaction
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@47c5ad11] to manual commit
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Initiating transaction commit
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Committing JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@47c5ad11]
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@47c5ad11] after transaction
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Resuming suspended transaction after completion of inner transaction
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 22, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 23, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 24, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 25, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 26, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 27, missCount = 1]
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@4b11a972]
2026-05-19 05:31:29	DEBUG	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@4b11a972] after transaction
2026-05-19 05:31:29	INFO 	TransactionContext	Rolled back transaction for test: [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@313ac50e, testMethod = whenOperationSucceeds_commitIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:29	DEBUG	AbstractDirtiesContextTestExecutionListener	After test method: context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction@313ac50e, testMethod = whenOperationSucceeds_commitIsInvoked@StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 28, missCount = 1]
2026-05-19 05:31:29	DEBUG	AbstractDirtiesContextTestExecutionListener	After test class: context [DefaultTestContext@4a50c746 testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3709748f testClass = StalactitePlatformTransactionManagerTest.ExecuteInNewTransaction, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null].
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.996 s - in org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction
[INFO] Running org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection
2026-05-19 05:31:29	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2026-05-19 05:31:29	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2026-05-19 05:31:29	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapper for test class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
2026-05-19 05:31:29	DEBUG	AbstractDelegatingSmartContextLoader	Delegating to AnnotationConfigContextLoader to process context configuration [ContextConfigurationAttributes@7a838036 declaringClass = 'org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
2026-05-19 05:31:29	DEBUG	ActiveProfilesUtils	Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection]
2026-05-19 05:31:29	DEBUG	DefaultTestContextBootstrapper	@TestExecutionListeners is not present for class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection]: using defaults.
2026-05-19 05:31:29	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:29	DEBUG	DefaultTestContextBootstrapper	Skipping candidate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [javax/servlet/ServletContext]
2026-05-19 05:31:29	INFO 	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@38207d19, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@5ec4d81b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@31d31620, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2a542f65, org.springframework.test.context.support.DirtiesContextTestExecutionListener@11275783, org.springframework.test.context.transaction.TransactionalTestExecutionListener@69db41bc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@401038b1, org.springframework.test.context.event.EventPublishingTestExecutionListener@4bb408d1, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6084d56b, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@53e1be66, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1275d11b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@796ca104, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3f851ccf, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@61c987d7]
2026-05-19 05:31:29	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test class: context [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]], class annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 29, missCount = 1]
2026-05-19 05:31:29	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@626b639e testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@56048e4d, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 30, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 31, missCount = 1]
2026-05-19 05:31:29	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@7bde4c65, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 32, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 33, missCount = 1]
2026-05-19 05:31:29	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test method: context [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@7bde4c65, testMethod = noActiveTransaction_throwsException@StalactitePlatformTransactionManagerTest.GiveConnection, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 34, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 35, missCount = 1]
2026-05-19 05:31:29	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:29	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 36, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 37, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 38, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 39, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 40, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 41, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 42, missCount = 1]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	After test method: context [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@7bde4c65, testMethod = noActiveTransaction_throwsException@StalactitePlatformTransactionManagerTest.GiveConnection, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:30	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@626b639e testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@3a50c97f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 43, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 44, missCount = 1]
2026-05-19 05:31:30	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@1a2a5343, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 45, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 46, missCount = 1]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test method: context [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@1a2a5343, testMethod = returnsActiveTransactionConnection@StalactitePlatformTransactionManagerTest.GiveConnection, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:30	DEBUG	TransactionalTestExecutionListener	Explicit transaction definition [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] found for test context [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@1a2a5343, testMethod = returnsActiveTransactionConnection@StalactitePlatformTransactionManagerTest.GiveConnection, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 47, missCount = 1]
2026-05-19 05:31:30	DEBUG	TransactionalTestExecutionListener	No method-level @Rollback override: using default rollback [true] for test context [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@1a2a5343, testMethod = returnsActiveTransactionConnection@StalactitePlatformTransactionManagerTest.GiveConnection, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]].
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection.returnsActiveTransactionConnection]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:30	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@35982083
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@5f5fe604] for JDBC transaction
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@5f5fe604] to manual commit
2026-05-19 05:31:30	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@1a2a5343, testMethod = returnsActiveTransactionConnection@StalactitePlatformTransactionManagerTest.GiveConnection, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4c0e2715]; rollback [true]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 48, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 49, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 50, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 51, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 52, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 53, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 54, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 55, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 56, missCount = 1]
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@5f5fe604]
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@5f5fe604] after transaction
2026-05-19 05:31:30	INFO 	TransactionContext	Rolled back transaction for test: [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@1a2a5343, testMethod = returnsActiveTransactionConnection@StalactitePlatformTransactionManagerTest.GiveConnection, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	After test method: context [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection@1a2a5343, testMethod = returnsActiveTransactionConnection@StalactitePlatformTransactionManagerTest.GiveConnection, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 57, missCount = 1]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	After test class: context [DefaultTestContext@5d887ffc testClass = StalactitePlatformTransactionManagerTest.GiveConnection, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@417081c8 testClass = StalactitePlatformTransactionManagerTest.GiveConnection, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null].
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection
[INFO] Running org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext
2026-05-19 05:31:30	DEBUG	BootstrapUtils	Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
2026-05-19 05:31:30	DEBUG	BootstrapUtils	Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
2026-05-19 05:31:30	DEBUG	BootstrapUtils	Instantiating TestContextBootstrapper for test class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
2026-05-19 05:31:30	DEBUG	AbstractDelegatingSmartContextLoader	Delegating to AnnotationConfigContextLoader to process context configuration [ContextConfigurationAttributes@70eb3b36 declaringClass = 'org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
2026-05-19 05:31:30	DEBUG	ActiveProfilesUtils	Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext]
2026-05-19 05:31:30	DEBUG	DefaultTestContextBootstrapper	@TestExecutionListeners is not present for class [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext]: using defaults.
2026-05-19 05:31:30	INFO 	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:30	DEBUG	DefaultTestContextBootstrapper	Skipping candidate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [javax/servlet/ServletContext]
2026-05-19 05:31:30	INFO 	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6b102ccf, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@2de83c2c, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4e792ddf, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@67e28dad, org.springframework.test.context.support.DirtiesContextTestExecutionListener@dfea3ca, org.springframework.test.context.transaction.TransactionalTestExecutionListener@611bf705, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@660b292c, org.springframework.test.context.event.EventPublishingTestExecutionListener@15f75fa5, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6def5e22, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@53722f45, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6c8f2e4e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@43aa4e0d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@54a30614, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@166913c2]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test class: context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]], class annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 58, missCount = 1]
2026-05-19 05:31:30	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@626b639e testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@5e1569af, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 59, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 60, missCount = 1]
2026-05-19 05:31:30	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@bc86ac, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 61, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 62, missCount = 1]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test method: context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@bc86ac, testMethod = createData@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:30	DEBUG	TransactionalTestExecutionListener	Explicit transaction definition [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] found for test context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@bc86ac, testMethod = createData@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 63, missCount = 1]
2026-05-19 05:31:30	DEBUG	TransactionalTestExecutionListener	No method-level @Rollback override: using default rollback [true] for test context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@bc86ac, testMethod = createData@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]].
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext.createData]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:30	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@ea34dee
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@4e5b0a90] for JDBC transaction
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@4e5b0a90] to manual commit
2026-05-19 05:31:30	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@bc86ac, testMethod = createData@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4c0e2715]; rollback [true]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 64, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 65, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 66, missCount = 1]
2026-05-19 05:31:30	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {Person.name=Toto, Person.id=42}
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 67, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 68, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 69, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 70, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 71, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 72, missCount = 1]
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@4e5b0a90]
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@4e5b0a90] after transaction
2026-05-19 05:31:30	INFO 	TransactionContext	Rolled back transaction for test: [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@bc86ac, testMethod = createData@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	After test method: context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@bc86ac, testMethod = createData@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:30	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@626b639e testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@3c31169f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 73, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 74, missCount = 1]
2026-05-19 05:31:30	DEBUG	DependencyInjectionTestExecutionListener	Performing dependency injection for test context [[DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@628cd698, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]].
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 75, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 76, missCount = 1]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	Before test method: context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@628cd698, testMethod = createSameDataAgain@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:30	DEBUG	TransactionalTestExecutionListener	Explicit transaction definition [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] found for test context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@628cd698, testMethod = createSameDataAgain@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 77, missCount = 1]
2026-05-19 05:31:30	DEBUG	TransactionalTestExecutionListener	No method-level @Rollback override: using default rollback [true] for test context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@628cd698, testMethod = createSameDataAgain@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]].
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext.createSameDataAgain]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:30	INFO 	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7b6bf8c1
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@65ff5e07] for JDBC transaction
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@65ff5e07] to manual commit
2026-05-19 05:31:30	INFO 	TransactionContext	Began transaction (1) for test context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@628cd698, testMethod = createSameDataAgain@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4c0e2715]; rollback [true]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 78, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 79, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 80, missCount = 1]
2026-05-19 05:31:30	TRACE	SQLOperation	insert into Person(id, name) values (?, ?) | {Person.name=Toto, Person.id=42}
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 81, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 82, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 83, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 84, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 85, missCount = 1]
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 86, missCount = 1]
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@65ff5e07]
2026-05-19 05:31:30	DEBUG	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection$MockitoMock$267262819@65ff5e07] after transaction
2026-05-19 05:31:30	INFO 	TransactionContext	Rolled back transaction for test: [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@628cd698, testMethod = createSameDataAgain@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	After test method: context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext@628cd698, testMethod = createSameDataAgain@StalactitePlatformTransactionManagerTest.WithPersistenceContext, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 87, missCount = 1]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	After test class: context [DefaultTestContext@301b21f testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@124a5e54 testClass = StalactitePlatformTransactionManagerTest.WithPersistenceContext, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null].
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext
2026-05-19 05:31:30	DEBUG	DefaultCacheAwareContextLoaderDelegate	Retrieved ApplicationContext [751628596] from cache with key [[MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
2026-05-19 05:31:30	DEBUG	cache	Spring test ApplicationContext cache statistics: [DefaultContextCache@64ed6bc8 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 88, missCount = 1]
2026-05-19 05:31:30	DEBUG	AbstractDirtiesContextTestExecutionListener	After test class: context [DefaultTestContext@626b639e testClass = StalactitePlatformTransactionManagerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@273fa9e testClass = StalactitePlatformTransactionManagerTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@39dec536, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@46fb0c33, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@588545ac, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3249e278], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null].
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.589 s - in org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ spring-transaction ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/target/stalactite-spring-transaction-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ spring-transaction ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/target/jacoco.exec
[INFO] Analyzed bundle 'spring-transaction' with 6 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ spring-transaction ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/spring-transaction/3.0.0-SNAPSHOT/spring-transaction-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/target/stalactite-spring-transaction-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/spring-transaction/3.0.0-SNAPSHOT/spring-transaction-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --------------< org.codefilarete.stalactite:spring-data >---------------
[INFO] Building spring-data 3.0.0-SNAPSHOT                              [11/36]
[INFO]   from spring-integration/spring-data/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ spring-data ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ spring-data ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ spring-data ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ spring-data ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/src/main/java/org/codefilarete/stalactite/spring/repository/query/derivation/AbstractDerivedQuery.java: Some input files use unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/src/main/java/org/codefilarete/stalactite/spring/repository/query/derivation/AbstractDerivedQuery.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ spring-data ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ spring-data ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/target/test-classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/src/test/java/org/codefilarete/stalactite/spring/repository/query/nativ/SingleTableNativeQueriesTest.java: Some input files use unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/src/test/java/org/codefilarete/stalactite/spring/repository/query/nativ/SingleTableNativeQueriesTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ spring-data ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest
2026-05-19 05:31:32	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:32	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5c9a4f3b, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@2bb0e277, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6f24ce45, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@e881e46, org.springframework.test.context.support.DirtiesContextTestExecutionListener@657b3b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2cea921a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@65753724, org.springframework.test.context.event.EventPublishingTestExecutionListener@2bc16fe2, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@d66502, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@78545d40, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@34549979, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@144a5e6e, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2707c790, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@7de3206d]
2026-05-19 05:31:32	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:32	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:32	INFO     main	RepositoryConfigurationExtensionSupport	Spring Data Stalactite - Could not safely identify store assignment for repository candidate interface org.codefilarete.stalactite.spring.repository.config.DummyJpaRepository; If you want this repository to be a Stalactite repository, consider extending one of the following types with your repository: org.codefilarete.stalactite.spring.repository.StalactiteRepository
2026-05-19 05:31:32	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 82 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:33	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7beb2da0
2026-05-19 05:31:33	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6bd4b701
2026-05-19 05:31:34	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:34	TRACE    main	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.name=Toto, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@fc2e91
2026-05-19 05:31:34	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:34	TRACE    main	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:34	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@745061b9
2026-05-19 05:31:34	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:34	TRACE    main	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:34	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:34	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:34	TRACE    main	SQLOperation	update Person set name = ? where id = ? | {1={Person.name (U)=Titi, Person.id (W)=o.c.s.i.PersistedIdentifier@42}}
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3195d44a
2026-05-19 05:31:34	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:34	TRACE    main	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:34	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@26428f5b
2026-05-19 05:31:34	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:34	TRACE    main	SQLOperation	delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3891f024
2026-05-19 05:31:34	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:34	TRACE    main	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:34	TRACE    main	SQLOperation	insert into Person(id, name) values (?, ?) | {Person.id=1, Person.name=John Do}
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6b45907f
2026-05-19 05:31:34	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@1]
2026-05-19 05:31:34	TRACE    main	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}
2026-05-19 05:31:34	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.192 s - in org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest
[INFO] Running org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest
2026-05-19 05:31:34	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:34	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5398adc9, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@26b3f25b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@586e39e1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@38dab7df, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2ebaa3e8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1722bd4e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3e2a2f7a, org.springframework.test.context.event.EventPublishingTestExecutionListener@53a3132f, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@287d5f50, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2ab75fdc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4509f40f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@e78bdea, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4c3df4aa, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@5ce40b4e]
[INFO] Running org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository
2026-05-19 05:31:34	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:34	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@57dcf976, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@afef67, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e62ece0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@47209d16, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7787cbcd, org.springframework.test.context.transaction.TransactionalTestExecutionListener@82cd68d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@31102e84, org.springframework.test.context.event.EventPublishingTestExecutionListener@729bdd9d, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3b8bb9a0, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@55fd98e2, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@65a9e8d7, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@49f2b6ca, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2fd250ed, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@16d1f77d]
2026-05-19 05:31:34	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:34	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:34	INFO     main	RepositoryConfigurationExtensionSupport	Spring Data Stalactite - Could not safely identify store assignment for repository candidate interface org.codefilarete.stalactite.spring.repository.config.DummyJpaRepository; If you want this repository to be a Stalactite repository, consider extending one of the following types with your repository: org.codefilarete.stalactite.spring.repository.StalactiteRepository
2026-05-19 05:31:34	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 11 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@575ca45f
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository.createData]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@678cf97e
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@678cf97e] for JDBC transaction
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@678cf97e] to manual commit
2026-05-19 05:31:34	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@61b4da5c testClass = StalactitePlatformTransactionManagerTest.WithRepository, testInstance = org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository@6c882cb4, testMethod = createData@StalactitePlatformTransactionManagerTest.WithRepository, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e5501b7 testClass = StalactitePlatformTransactionManagerTest.WithRepository, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@77ce24c7 key = [@org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest.StalactiteTransactionalContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.config"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest.StalactiteTransactionalContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest.StalactiteTransactionalContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@306f7658]; rollback [true]
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Participating transaction failed - marking existing transaction as rollback-only
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Setting JDBC transaction [org.hsqldb.jdbc.JDBCConnection@678cf97e] rollback-only
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@678cf97e]
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@678cf97e] after transaction
2026-05-19 05:31:34	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@61b4da5c testClass = StalactitePlatformTransactionManagerTest.WithRepository, testInstance = org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository@6c882cb4, testMethod = createData@StalactitePlatformTransactionManagerTest.WithRepository, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e5501b7 testClass = StalactitePlatformTransactionManagerTest.WithRepository, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$StalactiteTransactionalContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@77ce24c7 key = [@org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest.StalactiteTransactionalContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.config"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest.StalactiteTransactionalContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest.StalactiteTransactionalContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.SimpleStalactiteRepository.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@581ad69b
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@581ad69b] for JDBC transaction
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@581ad69b] to manual commit
2026-05-19 05:31:34	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:34	TRACE    main	SQLOperation	insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@42, Person.name=Tata}}
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction commit
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Committing JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@581ad69b]
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@581ad69b] after transaction
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.SimpleStalactiteRepository.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@662468cb
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@662468cb] for JDBC transaction
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@662468cb] to manual commit
2026-05-19 05:31:34	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:34	TRACE    main	SQLOperation	select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:34	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction commit
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Committing JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@662468cb]
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@662468cb] after transaction
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest
2026-05-19 05:31:34	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:34	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2241cafe, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@626f0377, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3009336e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@523942d6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7e036455, org.springframework.test.context.transaction.TransactionalTestExecutionListener@64eda459, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1d8669e9, org.springframework.test.context.event.EventPublishingTestExecutionListener@531b77d, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@60754a42, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6933f579, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@47d41097, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4f56cd4f, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@53bb9bd, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@73551c5e]
2026-05-19 05:31:34	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:34	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:34	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 57 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6bf2249b
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table Country_languages(republic_id int not null, languages_id int not null, unique (republic_id, languages_id))
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table Country_states(republic_id int not null, states_id int not null, unique (republic_id, states_id))
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table Republic(name varchar(255), description varchar(255), euMember boolean not null, creationDate timestamp, modificationDate timestamp, id int not null, presidentId int, unique (id))
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table State(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_republic_id_Republic_id foreign key(republic_id) references Republic(id)
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_republic_id_Republic_id foreign key(republic_id) references Republic(id)
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_states_id_State_id foreign key(states_id) references State(id)
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:34	DEBUG    main	DDLDeployer	alter table Republic add constraint FK_Republic_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.in]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:34	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@60c9f8ef
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@60c9f8ef] for JDBC transaction
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@60c9f8ef] to manual commit
2026-05-19 05:31:34	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@109003d0 testClass = ThreadSafetyTest, testInstance = org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest@456429a5, testMethod = in@ThreadSafetyTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a45af66 testClass = ThreadSafetyTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@59e33cea key = [@org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.ThreadSafetyRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.ThreadSafetyRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@497d3a85]; rollback [true]
2026-05-19 05:31:34	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:34	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:34	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Tintin}, 2={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Toto}, 3={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Tata}, 4={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Titi}, 5={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Tutu}, 6={Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Tonton}, 7={Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Toutou}}
2026-05-19 05:31:34	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:34	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@45, 3=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:34	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@48}
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:34	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:34	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:34	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:34	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:34	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:34	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@45, 3=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@46, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@43}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@45, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@48}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@46, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@48}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@44, 2=o.c.s.i.PersistableIdentifier@45, 3=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@43}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@48}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@44, 2=o.c.s.i.PersistableIdentifier@45, 3=o.c.s.i.PersistableIdentifier@46, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@45, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@46, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@45, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@45, 3=o.c.s.i.PersistableIdentifier@46, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@48}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@45, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@45, 6=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@43}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@46, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@45, 3=o.c.s.i.PersistableIdentifier@46, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@45, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@46, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@45, 2=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@44, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@43}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@46, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@45, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@46, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@45, 6=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@44, 2=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@45, 2=o.c.s.i.PersistableIdentifier@46, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@48}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@46, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@45}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@43, 4=o.c.s.i.PersistableIdentifier@44, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@43}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@43, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	TRACE    pool-2-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@48, 2=o.c.s.i.PersistableIdentifier@42, 3=o.c.s.i.PersistableIdentifier@44, 4=o.c.s.i.PersistableIdentifier@45, 5=o.c.s.i.PersistableIdentifier@46, 6=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@44, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46, 5=o.c.s.i.PersistableIdentifier@47}
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-2-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?, ?) | {1=o.c.s.i.PersistableIdentifier@42, 2=o.c.s.i.PersistableIdentifier@43, 3=o.c.s.i.PersistableIdentifier@45, 4=o.c.s.i.PersistableIdentifier@46}
2026-05-19 05:31:35	TRACE    pool-2-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@48}
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-2-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@60c9f8ef]
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@60c9f8ef] after transaction
2026-05-19 05:31:35	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@109003d0 testClass = ThreadSafetyTest, testInstance = org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest@456429a5, testMethod = in@ThreadSafetyTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a45af66 testClass = ThreadSafetyTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@59e33cea key = [@org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.ThreadSafetyRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.ThreadSafetyRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.in_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:35	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5387e079
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5387e079] for JDBC transaction
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5387e079] to manual commit
2026-05-19 05:31:35	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@109003d0 testClass = ThreadSafetyTest, testInstance = org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest@55cc01ef, testMethod = in_pageable@ThreadSafetyTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a45af66 testClass = ThreadSafetyTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@59e33cea key = [@org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.ThreadSafetyRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.ThreadSafetyRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@497d3a85]; rollback [true]
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:35	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:35	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Tintin}, 2={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Toto}, 3={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Tata}, 4={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Titi}, 5={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Tutu}, 6={Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Tonton}, 7={Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.description=null, Republic.modificationDate=null, Republic.presidentId=null, Republic.creationDate=null, Republic.euMember=false, Republic.name=Toutou}}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%in%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%in%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%x%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%i%}
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%n%}
2026-05-19 05:31:35	TRACE    pool-3-thread-2	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-2	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	TRACE    pool-3-thread-1	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=T%}
2026-05-19 05:31:35	TRACE    pool-3-thread-3	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%o%}
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-3	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    pool-3-thread-1	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5387e079]
2026-05-19 05:31:35	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5387e079] after transaction
2026-05-19 05:31:35	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@109003d0 testClass = ThreadSafetyTest, testInstance = org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest@55cc01ef, testMethod = in_pageable@ThreadSafetyTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a45af66 testClass = ThreadSafetyTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@59e33cea key = [@org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.ThreadSafetyRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.ThreadSafetyRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.176 s - in org.codefilarete.stalactite.spring.repository.query.ThreadSafetyTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest
2026-05-19 05:31:35	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:35	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@e6d4002, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@2034e91c, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@33795ac7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@745cb3aa, org.springframework.test.context.support.DirtiesContextTestExecutionListener@10d59073, org.springframework.test.context.transaction.TransactionalTestExecutionListener@172ee77c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6e78383c, org.springframework.test.context.event.EventPublishingTestExecutionListener@7fa817ba, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@43424634, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@23b74c27, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@ca129b5, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@338bea5c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@622969ff, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@7b66c7e9]
2026-05-19 05:31:35	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:35	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:35	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 41 ms. Found 2 Stalactite repository interfaces.
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@515523ca
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table Country(name varchar(255), description varchar(255), euMember boolean not null, creationDate timestamp, modificationDate timestamp, id int not null, presidentId int, deputeCount integer, kingId int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table Country_languages(country_id int not null, languages_id int not null, unique (country_id, languages_id))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table Country_states(country_id int not null, states_id int not null, unique (country_id, states_id))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table King(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table State(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	alter table Country add constraint FK_Country_kingId_King_id foreign key(kingId) references King(id)
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_states_id_State_id foreign key(states_id) references State(id)
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:36	DEBUG    main	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.equals_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@76ca930d
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@76ca930d] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@76ca930d] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@31592b6d, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) = lower(?) | {1=TOTO}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) = lower(?) | {1=toto}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) = lower(?) | {1=TOTO}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) = lower(?) | {1=toto}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@76ca930d]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@76ca930d] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@31592b6d, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.startsWith]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e37768e
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2e37768e] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2e37768e] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@81c63c4, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a description with a keyword, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description like ? | {1=a keyword%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2e37768e]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2e37768e] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@81c63c4, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3d65b31
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3d65b31] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3d65b31] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@21de5790, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@777, Person.name=Jane Do, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=John Do, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@777, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3d65b31]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3d65b31] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@21de5790, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.projection_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5e57748b
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5e57748b] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5e57748b] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@243deeda, testMethod = projection_pageable@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@668, Person.name=Jane Do, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Me, Person.vehicleId=null}, 3={Person.id=o.c.s.i.PersistableIdentifier@667, Person.name=John Do, Person.vehicleId=null}, 4={Person.id=o.c.s.i.PersistableIdentifier@669, Person.name=Saca do, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@667, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=o.c.s.i.PersistableIdentifier@668, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=o.c.s.i.PersistableIdentifier@669, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tonton, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select president.name as president_name, Country.name as name from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by president.name asc limit ? | {1=%t%, 2=4}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select president.name as president_name, Country.name as name from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by president.name asc limit ? offset ? | {1=%t%, 2=3, 3=3}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5e57748b]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5e57748b] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@243deeda, testMethod = projection_pageable@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.before]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e2d57ea
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2e2d57ea] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2e2d57ea] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@316a71b7, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id < ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2e2d57ea]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2e2d57ea] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@316a71b7, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.exists]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@612070f5
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@612070f5] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@612070f5] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3eff7ec9, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? limit ? | {1=Toto, 2=1}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? limit ? | {1=Tutu, 2=1}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@612070f5]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@612070f5] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3eff7ec9, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1b6b605
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1b6b605] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1b6b605] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4312b66d, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 2={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 3={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1b6b605]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1b6b605] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4312b66d, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.isNull]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@206bd519
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@206bd519] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@206bd519] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@78b632b9, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name IsNull], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name is null | {}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@206bd519]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@206bd519] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@78b632b9, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.orderBy_onDepthProperty]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1fbea232
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1fbea232] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1fbea232] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@438c6025, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=C, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=A, Person.vehicleId=null}, 3={Person.id=o.c.s.i.PersistableIdentifier@123, Person.name=B, Person.vehicleId=null}, 4={Person.id=o.c.s.i.PersistableIdentifier@456, Person.name=me, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Tonton, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tintin, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=o.c.s.i.PersistableIdentifier@123, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tantan, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=o.c.s.i.PersistableIdentifier@456, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by president.name asc | {1=T%n}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1fbea232]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1fbea232] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@438c6025, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.like_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5536c56d
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5536c56d] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5536c56d] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@69b62da1, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tutu, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tonton, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name LikeIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) like lower(?) | {1=%O%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5536c56d]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5536c56d] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@69b62da1, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@449e327c
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@449e327c] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@449e327c] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1b2c756a, testMethod = projection_orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@668, Person.name=Jane Do, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Me, Person.vehicleId=null}, 3={Person.id=o.c.s.i.PersistableIdentifier@667, Person.name=John Do, Person.vehicleId=null}, 4={Person.id=o.c.s.i.PersistableIdentifier@669, Person.name=Saca do, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@667, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=o.c.s.i.PersistableIdentifier@668, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=o.c.s.i.PersistableIdentifier@669, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tonton, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select president.name as president_name, Country.name as name from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.name asc | {1=%o%}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select president.name as president_name, Country.name as name from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.name asc | {1=%t%}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select president.name as president_name, Country.name as name from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by president.name asc | {1=%t%}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@449e327c]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@449e327c] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1b2c756a, testMethod = projection_orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.lesser]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1f2797ac
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1f2797ac] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1f2797ac] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4355f900, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id < ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1f2797ac]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1f2797ac] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4355f900, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.embeddedCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@12ec2e89
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@12ec2e89] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@12ec2e89] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4c3c789d, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=Fri Jan 22 11:10:23 UTC 2010, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=Fri May 10 10:30:45 UTC 2024, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.creationDate Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.creationDate < ? | {1=Tue May 19 05:31:36 UTC 2026}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@12ec2e89]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@12ec2e89] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4c3c789d, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.ignoreCase_all]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@503d5f4f
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@503d5f4f] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@503d5f4f] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@69e6c6bc, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=a description with a keyword, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=TOtO, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=toTO, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=TonTon, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[org.codefilarete.stalactite.query.model.Criteria@4704c567], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where (lower(Country.name) = lower(?) and lower(Country.description) like lower(?)) | {1=toTO, 2=%CoNtAINed%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@503d5f4f]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@503d5f4f] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@69e6c6bc, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.ignoreCase_and]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@16951bb
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@16951bb] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@16951bb] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@640c52ba, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=a description with a keyword, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=TOtO, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=toTO, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=TonTon, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[org.codefilarete.stalactite.query.model.Criteria@55271bec], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where (lower(Country.name) = lower(?) and Country.description like ?) | {1=toTO, 2=%contained%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@16951bb]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@16951bb] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@640c52ba, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.twoCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4ca8d348
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4ca8d348] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4ca8d348] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7e75dd3a, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[org.codefilarete.stalactite.query.model.Criteria@77b9ca8d], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where (Country.id = ? and Country.name = ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=Toto}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4ca8d348]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4ca8d348] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7e75dd3a, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.stream]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5dfb30e0
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5dfb30e0] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5dfb30e0] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@17fd2db5, testMethod = stream@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toutou, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 5={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tutu, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 6={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tonton, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 7={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=TinTin, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5dfb30e0]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5dfb30e0] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@17fd2db5, testMethod = stream@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.equalBoolean]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@557aff83
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@557aff83] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@557aff83] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4b22c9cb, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=true, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.euMember Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.euMember = ? | {1=true}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.euMember Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.euMember = ? | {1=false}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@557aff83]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@557aff83] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4b22c9cb, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.limit_throwsExceptionBecauseOfCollectionPropertyMapping]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2bb800b5
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2bb800b5] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2bb800b5] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5b3d20cc, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 2={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 3={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2bb800b5]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2bb800b5] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5b3d20cc, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.contains]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5c33ab81
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5c33ab81] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5c33ab81] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@558c3671, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a description with a keyword, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description like ? | {1=%contained%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5c33ab81]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5c33ab81] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@558c3671, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.in_string]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6f664ab3
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6f664ab3] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6f664ab3] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@59c618a9, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name in (?) | {1=Titi}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name InIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) in (lower(?)) | {1=tiTI}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name InIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) in (lower(?), lower(?)) | {1=tiTI, 2=TOto}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6f664ab3]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6f664ab3] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@59c618a9, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.notIn_string]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@14a26264
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@14a26264] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@14a26264] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@26a1abb8, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name InIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) not in (lower(?)) | {1=TATA}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@14a26264]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@14a26264] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@26a1abb8, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.greaterEquals]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@607b3ed4
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@607b3ed4] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@607b3ed4] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@46a6dfd4, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Greater], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id >= ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@607b3ed4]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@607b3ed4] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@46a6dfd4, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.projection_resultIsSingle]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@25c6d489
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@25c6d489] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@25c6d489] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4e2d47c1, testMethod = projection_resultIsSingle@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select president.name as president_name, Country.name as name from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@25c6d489]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@25c6d489] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4e2d47c1, testMethod = projection_resultIsSingle@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.countDistinctByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@503f9a4c
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@503f9a4c] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@503f9a4c] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@21bdd0c3, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 2={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@78}, 3={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 4={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 5 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@78, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 5={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select count(distinct Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select count(distinct Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@503f9a4c]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@503f9a4c] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@21bdd0c3, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.between]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6657d966
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6657d966] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6657d966] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@45f829ed, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Between], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id between ? and ? | {1=o.c.s.i.PersistedIdentifier@40, 2=o.c.s.i.PersistedIdentifier@50}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6657d966]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6657d966] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@45f829ed, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.notContains]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3d67e1b7
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3d67e1b7] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3d67e1b7] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@564fa6c6, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a description with a keyword, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description not like ? | {1=%contained%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3d67e1b7]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3d67e1b7] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@564fa6c6, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.countByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@32720ef6
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@32720ef6] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@32720ef6] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@187c5844, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 2={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 3={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@32720ef6]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@32720ef6] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@187c5844, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.in]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@18087347
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@18087347] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@18087347] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3f9f11e6, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@18087347]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@18087347] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3f9f11e6, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.or]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@77d5fa03
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@77d5fa03] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@77d5fa03] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@66131136, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=a description with a keyword, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=TOtO, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=true, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=toTO, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=TonTon, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals, OR Country.description Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? or Country.description = ? | {1=TOtO, 2=a description with a keyword}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals, org.codefilarete.stalactite.query.model.Criteria@444eb4b3, OR Person.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? or (Country.description = ? and Country.euMember = ?) or president.name = ? | {1=TonTon, 2=a keyword contained in the description, 3=true, 4=me}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@77d5fa03]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@77d5fa03] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@66131136, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.like]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@399371b3
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@399371b3] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@399371b3] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@254cc4c7, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a description with a keyword, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description like ? | {1=%keyword%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@399371b3]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@399371b3] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@254cc4c7, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.oneToOneCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@608e7e46
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@608e7e46] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@608e7e46] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@487ce7c7, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person.id Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president.id = ? | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president.name = ? | {1=me}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_vehicle.color = ? | {1=Color[rgb=123]}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@608e7e46]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@608e7e46] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@487ce7c7, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.oneResultExpected_severalResults_throwsException]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@14a689a
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@14a689a] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@14a689a] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1808513f, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@14a689a]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@14a689a] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1808513f, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.after]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@65a41213
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@65a41213] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@65a41213] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@bc2c2d1, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Greater], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id > ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@65a41213]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@65a41213] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@bc2c2d1, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.equal]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@21e4c4d4
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@21e4c4d4] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@21e4c4d4] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@48b1f682, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@21e4c4d4]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@21e4c4d4] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@48b1f682, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.limit]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@60015b68
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@60015b68] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@60015b68] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@36542e6d, testMethod = limit@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=C, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=A, Person.vehicleId=null}, 3={Person.id=o.c.s.i.PersistableIdentifier@123, Person.name=B, Person.vehicleId=null}, 4={Person.id=o.c.s.i.PersistableIdentifier@456, Person.name=me, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Tonton, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tintin, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=o.c.s.i.PersistableIdentifier@123, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tantan, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=o.c.s.i.PersistableIdentifier@456, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@60015b68]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@60015b68] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@36542e6d, testMethod = limit@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.notIn]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@18221338
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@18221338] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@18221338] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@63b16764, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id not in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@18221338]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@18221338] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@63b16764, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.slice]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@238122dd
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@238122dd] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@238122dd] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7201a392, testMethod = slice@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toutou, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 5={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tutu, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 6={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tonton, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 7={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=TinTin, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@238122dd]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@238122dd] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7201a392, testMethod = slice@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.slice_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3ed6321f
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3ed6321f] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3ed6321f] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3f09b882, testMethod = slice_withOrder@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toutou, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 5={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tutu, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 6={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tonton, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 7={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=TinTin, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3ed6321f]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3ed6321f] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3f09b882, testMethod = slice_withOrder@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.greater]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6a5b87dc
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6a5b87dc] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6a5b87dc] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6559faf1, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Greater], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id > ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6a5b87dc]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6a5b87dc] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6559faf1, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.ignoreCase_dynamic_inMemory]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5d0b5aef
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5d0b5aef] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5d0b5aef] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@46766b17, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto_b, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=TOtO_c, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=toTO_a, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=TonTon, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 2={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 3={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 6 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@44}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@44}, 5={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 6={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Like], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code like ? | {1=%_%}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Like], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code like ? | {1=%_%}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5d0b5aef]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5d0b5aef] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@46766b17, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.notLike_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@55ba69f3
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@55ba69f3] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@55ba69f3] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1ce58f84, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tutu, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tonton, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name LikeIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) not like lower(?) | {1=%O%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@55ba69f3]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@55ba69f3] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1ce58f84, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.orderBy_dynamic]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@ee73f75
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@ee73f75] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@ee73f75] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@42ea0c1, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 2={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 3={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@ee73f75]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@ee73f75] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@42ea0c1, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.orderBy_criteriaOnCollection_onDepthProperty]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@13bd8fee
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@13bd8fee] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@13bd8fee] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7e6f4961, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=C, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=A, Person.vehicleId=null}, 3={Person.id=o.c.s.i.PersistableIdentifier@123, Person.name=B, Person.vehicleId=null}, 4={Person.id=o.c.s.i.PersistableIdentifier@456, Person.name=me, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=o.c.s.i.PersistableIdentifier@123, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Titi, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=o.c.s.i.PersistableIdentifier@456, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tutu, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 2={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 3={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 5 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@44}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 5={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@13bd8fee]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@13bd8fee] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7e6f4961, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.elementCollectionCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3e1f3e1
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3e1f3e1] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3e1f3e1] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@65aa0c39, testMethod = elementCollectionCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person_nicknames(nicknames, id) values (?, ?) | {1={Person_nicknames.id=o.c.s.i.PersistableIdentifier@666, Person_nicknames.nicknames=John Do}, 2={Person_nicknames.id=o.c.s.i.PersistableIdentifier@666, Person_nicknames.nicknames=Jane Do}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.name=null, State.id=o.c.s.i.PersistableIdentifier@100}, 2={State.name=null, State.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_states(country_id, states_id) values (?, ?) | {1={Country_states.states_id=o.c.s.i.PersistableIdentifier@100, Country_states.country_id=o.c.s.i.PersistableIdentifier@42}, 2={Country_states.states_id=o.c.s.i.PersistableIdentifier@200, Country_states.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR State.id In], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_states_State.id in (?) | {1=o.c.s.i.PersistableIdentifier@100}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person_nicknames.nicknames In], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_Person_nicknames.nicknames in (?) | {1=John Do}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3e1f3e1]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3e1f3e1] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@65aa0c39, testMethod = elementCollectionCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.delete_manyToManyCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@28e6d65f
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@28e6d65f] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@28e6d65f] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@32c886e6, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 2={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 3={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	delete from Country_languages where country_id = ? and languages_id = ? | {1={Country_languages.languages_id=o.c.s.i.PersistedIdentifier@88, Country_languages.country_id=o.c.s.i.PersistedIdentifier@42}, 2={Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77, Country_languages.country_id=o.c.s.i.PersistedIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistedIdentifier@99, Country_languages.country_id=o.c.s.i.PersistedIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77, Country_languages.country_id=o.c.s.i.PersistedIdentifier@43}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}, 2={Country.id=o.c.s.i.PersistedIdentifier@43}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@28e6d65f]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@28e6d65f] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@32c886e6, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.mapCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@50a90e19
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@50a90e19] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@50a90e19] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@21a77782, testMethod = mapCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 6 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person_phoneNumbers(value, key, id) values (?, ?, ?) | {1={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.value=01 11 11 11 11, Person_phoneNumbers.key=home}, 2={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.value=06 66 66 66 66, Person_phoneNumbers.key=Matignon}, 3={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.value=05 55 55 55 55, Person_phoneNumbers.key=work}, 4={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.value=03 33 33 33 33, Person_phoneNumbers.key=mobile}, 5={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.value=01 11 11 11 11, Person_phoneNumbers.key=home}, 6={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.value=02 22 22 22 22, Person_phoneNumbers.key=work}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.name=null, State.id=o.c.s.i.PersistableIdentifier@100}, 2={State.name=null, State.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_states(country_id, states_id) values (?, ?) | {1={Country_states.states_id=o.c.s.i.PersistableIdentifier@100, Country_states.country_id=o.c.s.i.PersistableIdentifier@42}, 2={Country_states.states_id=o.c.s.i.PersistableIdentifier@200, Country_states.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person_phoneNumbers.value Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_Person_phoneNumbers.value = ? | {1=01 11 11 11 11}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person_phoneNumbers.value Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_Person_phoneNumbers.value = ? | {1=06 66 66 66 66}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@50a90e19]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@50a90e19] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@21a77782, testMethod = mapCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.ignoreCase_dynamic]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3586461a
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3586461a] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3586461a] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@a7b9673, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto_b, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=TOtO_c, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 3={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=toTO_a, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 4={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=TonTon, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.name asc | {1=%t%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by lower(Country.name) asc | {1=%t%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3586461a]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3586461a] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@a7b9673, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.lesserEquals]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@44a6b9bf
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@44a6b9bf] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@44a6b9bf] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3495cc8d, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id <= ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@44a6b9bf]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@44a6b9bf] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3495cc8d, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.isNotNull]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3f1656a
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3f1656a] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3f1656a] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@76bf79a, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name IsNull], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name is not null | {}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3f1656a]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3f1656a] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@76bf79a, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.notEqual]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7440b7d3
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7440b7d3] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7440b7d3] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7fbf5c22, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name != ? | {1=Titi}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7440b7d3]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7440b7d3] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7fbf5c22, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.endsWith]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4cf11591
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4cf11591] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4cf11591] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@ad43c8d, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a description with a keyword, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description like ? | {1=%a keyword}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4cf11591]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4cf11591] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@ad43c8d, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.manyToManyCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2a22e0f3
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2a22e0f3] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2a22e0f3] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@21cb62e5, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 2={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 3={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.id as Country_id, Country.DTYPE as DISCRIMINATOR from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2a22e0f3]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2a22e0f3] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@21cb62e5, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.notLike]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1b755f10
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1b755f10] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1b755f10] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3076d6ff, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a description with a keyword, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}, 2={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=null, Country.deputeCount=0, Country.description=a keyword contained in the description, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description not like ? | {1=%contained%}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1b755f10]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1b755f10] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3076d6ff, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.crud]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:36	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@a50da66
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@a50da66] for JDBC transaction
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@a50da66] to manual commit
2026-05-19 05:31:36	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@57585455, testMethod = crud@DerivedQueriesWithSingleTablePolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@7c12e6e3]; rollback [true]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=null}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into King(name, id) values (?, ?) | {1={King.id=o.c.s.i.PersistableIdentifier@999, King.name=still me}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId, kingId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.kingId=o.c.s.i.PersistableIdentifier@999, Country.DTYPE=Realm}}
2026-05-19 05:31:36	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:36	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.presidentId=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tata, Country.deputeCount=0, Country.description=null, Country.euMember=false, Country.modificationDate=null, Country.DTYPE=Republic}}
2026-05-19 05:31:36	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:36	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.kingId as Country_kingId, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, king.name as king_name, king.id as king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as king on Country.kingId = king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name in (?, ?) | {1=Toto, 2=Tata}
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@a50da66]
2026-05-19 05:31:36	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@a50da66] after transaction
2026-05-19 05:31:36	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1a55bfa8 testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@57585455, testMethod = crud@DerivedQueriesWithSingleTablePolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@13a984b0 testClass = DerivedQueriesWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b8da8c5 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 s - in org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest
2026-05-19 05:31:36	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:36	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1d48e707, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@7ec16fa4, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@19180603, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4d1e93a6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@17b425dd, org.springframework.test.context.transaction.TransactionalTestExecutionListener@62fdd4c0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3b8cfe82, org.springframework.test.context.event.EventPublishingTestExecutionListener@236c9f6, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@341a8ea0, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@384d0737, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@64e99652, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@50a48a40, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@302b717a, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@600fbcf7]
2026-05-19 05:31:36	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:36	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:37	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 24 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@55f591c2
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Country(name varchar(255), description varchar(255), euMember boolean not null, creationDate timestamp, modificationDate timestamp, id int not null, presidentId int, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Republic(deputeCount integer not null, id int not null, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	alter table Republic add constraint FK_Republic_id_Country_id foreign key(id) references Country(id)
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.pageable_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@66699a8d
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@66699a8d] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@66699a8d] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@603a9c6a, testMethod = pageable_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toutou, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tutu, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tonton, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=TinTin, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=0}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=T%o%}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=2}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@66699a8d]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@66699a8d] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@603a9c6a, testMethod = pageable_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@185f9c7
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@185f9c7] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@185f9c7] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@65edb1b0, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@777, Person.name=Jane Do, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=John Do, Person.vehicleId=null}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@777, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@185f9c7]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@185f9c7] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@65edb1b0, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.projection_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6ae66f52
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6ae66f52] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6ae66f52] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@35f7eb4, testMethod = projection_pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@668, Person.name=Jane Do, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Me, Person.vehicleId=null}, 3={Person.id=o.c.s.i.PersistableIdentifier@667, Person.name=John Do, Person.vehicleId=null}, 4={Person.id=o.c.s.i.PersistableIdentifier@669, Person.name=Saca do, Person.vehicleId=null}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@667, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@668, Country.euMember=false}, 4={Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tonton, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@669, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by president.name asc limit ? | {1=%t%, 2=4}
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by president.name asc limit ? offset ? | {1=%t%, 2=3, 3=3}
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6ae66f52]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6ae66f52] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@35f7eb4, testMethod = projection_pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@46c22594
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@46c22594] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@46c22594] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@5170c12d, testMethod = projection_orderBy@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@668, Person.name=Jane Do, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=Me, Person.vehicleId=null}, 3={Person.id=o.c.s.i.PersistableIdentifier@667, Person.name=John Do, Person.vehicleId=null}, 4={Person.id=o.c.s.i.PersistableIdentifier@669, Person.name=Saca do, Person.vehicleId=null}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@667, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@668, Country.euMember=false}, 4={Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tonton, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@669, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by president.name asc | {1=%o%}
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@46c22594]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@46c22594] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@5170c12d, testMethod = projection_orderBy@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.stream]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@42b2eb48
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@42b2eb48] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@42b2eb48] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@4fe01994, testMethod = stream@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toutou, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tutu, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tonton, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=TinTin, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@42b2eb48]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@42b2eb48] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@4fe01994, testMethod = stream@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.projection_resultIsSingle]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f0e2405
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7f0e2405] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7f0e2405] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@71b9c32f, testMethod = projection_resultIsSingle@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@777, Person.name=Jane Do, Person.vehicleId=null}, 2={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=John Do, Person.vehicleId=null}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@777, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name = ? | {1=Tata}
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7f0e2405]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7f0e2405] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@71b9c32f, testMethod = projection_resultIsSingle@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.pageable_withCompositeOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@128d5ec8
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@128d5ec8] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@128d5ec8] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@31844aaf, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o, 2=2, 3=2}
2026-05-19 05:31:37	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=T%o}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.name asc, Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@128d5ec8]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@128d5ec8] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@31844aaf, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.dynamicSort]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3c62a22b
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3c62a22b] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c62a22b] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@3de0725f, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id desc | {1=T%o}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.name asc, Country.id asc | {1=%T%}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3c62a22b]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c62a22b] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@3de0725f, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.limit]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@31b2fc37
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@31b2fc37] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@31b2fc37] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@86093db, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@666, Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438}, 2={Person.id=o.c.s.i.PersistableIdentifier@237, Person.name=you, Person.vehicleId=null}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id order by Country.name asc limit ? | {1=1}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id order by Country.name asc limit ? | {1=2}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@31b2fc37]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@31b2fc37] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@86093db, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.slice]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@da97587
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@da97587] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@da97587] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@161fc36b, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toutou, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tutu, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tonton, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=TinTin, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@da97587]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@da97587] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@161fc36b, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.slice_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@478ad60d
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@478ad60d] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@478ad60d] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@788a2594, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toutou, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tutu, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tonton, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=TinTin, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@478ad60d]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@478ad60d] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@788a2594, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest.pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3475f9dc
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3475f9dc] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3475f9dc] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@48a86431, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@8ec040]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.creationDate=null, Country.name=Toutou, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.creationDate=null, Country.name=Titi, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.creationDate=null, Country.name=Toto, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.creationDate=null, Country.name=Tata, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.creationDate=null, Country.name=Tutu, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.creationDate=null, Country.name=Tonton, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.creationDate=null, Country.name=TinTin, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=0}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:37	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=T%o%}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=2}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:37	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:37	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:37	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:37	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3475f9dc]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3475f9dc] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@2b59f437 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@48a86431, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4aadcf12 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@649268a9 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s - in org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.ProjectionMappingFinderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in org.codefilarete.stalactite.spring.repository.query.ProjectionMappingFinderTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest
2026-05-19 05:31:37	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:37	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@355217f3, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@1ca69382, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@201867c8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@90ffb91, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2cc788cc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4d52455, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@67103520, org.springframework.test.context.event.EventPublishingTestExecutionListener@11359920, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@124e222, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2cfe99df, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4aa11055, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@77606cb8, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5173b584, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@99bfe14]
2026-05-19 05:31:37	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:37	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:37	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 23 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@37dc38cc
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Country_languages(country_id int not null, languages_id int not null, unique (country_id, languages_id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table King(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Realm(id int not null, name varchar(255), euMember boolean not null, presidentId int, kingId int, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Republic(deputeCount integer not null, id int not null, name varchar(255), euMember boolean not null, presidentId int, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:37	DEBUG    main	DDLDeployer	alter table Realm add constraint FK_Realm_kingId_King_id foreign key(kingId) references King(id)
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest.in]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:37	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4e14a84
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4e14a84] for JDBC transaction
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4e14a84] to manual commit
2026-05-19 05:31:37	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@f4c6bb3 testClass = TablePerClassNativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest@144ade73, testMethod = in@TablePerClassNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1a711314 testClass = TablePerClassNativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@616f50a6 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@d12aecb]; rollback [true]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, euMember, id, presidentId) values (?, ?, ?, ?, ?) | {1={Republic.presidentId=null, Republic.euMember=false, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0}}
2026-05-19 05:31:37	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:37	TRACE    main	SQLOperation	insert into Realm(name, euMember, id, kingId, presidentId) values (?, ?, ?, ?, ?) | {1={Realm.euMember=false, Realm.kingId=null, Realm.id=o.c.s.i.PersistableIdentifier@43, Realm.name=Tata, Realm.presidentId=null}}
2026-05-19 05:31:37	TRACE    main	SQLOperation	select coalesce(Realm.name, Republic.name) as Country_name, coalesce(Realm.euMember, Republic.euMember) as Country_euMember, coalesce(Realm.id, Republic.id) as Country_id, coalesce(Realm.presidentId, Republic.presidentId) as Country_presidentId, casewhen(Realm.id is not null, 'Realm', 'Republic') as Country_DISCRIMINATOR, Republic.deputeCount as Republic_deputeCount, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president.name as president_name, president.id as president_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from (select Realm.id as id, Realm.presidentId as presidentId from Realm UNION ALL select Republic.id as id, Republic.presidentId as presidentId from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (:ids) | {ids=[o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43, o.c.s.i.PersistedIdentifier@44]}
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4e14a84]
2026-05-19 05:31:37	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4e14a84] after transaction
2026-05-19 05:31:37	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@f4c6bb3 testClass = TablePerClassNativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest@144ade73, testMethod = in@TablePerClassNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1a711314 testClass = TablePerClassNativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@616f50a6 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.codefilarete.stalactite.spring.repository.query.nativ.TablePerClassNativeQueriesTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest
2026-05-19 05:31:37	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:37	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@45a92f91, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@1d1e113f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1fd35b41, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7382ccea, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7fdbb0ac, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1221d181, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@17ad99d7, org.springframework.test.context.event.EventPublishingTestExecutionListener@722de254, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5051626d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4c601c3f, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@37784745, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2a5a2cbc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@71c37190, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@3d8e1a73]
2026-05-19 05:31:37	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:37	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:37	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 19 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@733ca3e8
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Country_languages(republic_id int not null, languages_id int not null, unique (republic_id, languages_id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Republic(name varchar(255), euMember boolean not null, id int not null, presidentId int, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_republic_id_Republic_id foreign key(republic_id) references Republic(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Republic add constraint FK_Republic_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@556c7eff
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@556c7eff] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@556c7eff] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@5113d1f2, testMethod = projection_byExtraArgument@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@777, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name = :name | {name=Toto}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name = :name | {name=Toto}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@556c7eff]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@556c7eff] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@5113d1f2, testMethod = projection_byExtraArgument@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.projection_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@755d9fac
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@755d9fac] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@755d9fac] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@7a7a385b, testMethod = projection_pageable@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.name=Titi, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.name=Tata, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.name=Tonton, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, P.name as president_name from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name like concat('%', :name, '%') order by president_name asc limit :limit | {name=t, limit=4}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, P.name as president_name from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name like concat('%', :name, '%') order by president_name asc limit :limit offset :offset | {name=t, limit=3, offset=3}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, P.name as president_name from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name like concat('%', :name, '%') order by president_name desc limit :limit offset :offset | {name=t, limit=3, offset=0}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select count(R.id) from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name like concat('%', :name, '%') | {name=t}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@755d9fac]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@755d9fac] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@7a7a385b, testMethod = projection_pageable@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.exists]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@61dc3d30
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@61dc3d30] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@61dc3d30] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@4759b196, testMethod = exists@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=null, Republic.name=Tata, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Republic.id as Republic_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? limit ? | {1=Toto, 2=1}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Republic.id as Republic_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? limit ? | {1=Tutu, 2=1}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@61dc3d30]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@61dc3d30] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@4759b196, testMethod = exists@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2e478638
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2e478638] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2e478638] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@4e6ddf37, testMethod = projection_orderBy@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.name=Titi, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.name=Tata, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.name=Tonton, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, P.name as president_name from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name like concat('%', :name, '%') order by president_name asc | {name=o}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2e478638]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2e478638] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@4e6ddf37, testMethod = projection_orderBy@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.twoCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@261da84f
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@261da84f] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@261da84f] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@32278335, testMethod = twoCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.id = :id and R.name = :name | {name=Toto, id=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@261da84f]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@261da84f] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@32278335, testMethod = twoCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.equalBoolean]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@138fbbd9
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@138fbbd9] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@138fbbd9] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@79a11b84, testMethod = equalBoolean@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=true, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.euMember = true | {}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@138fbbd9]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@138fbbd9] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@79a11b84, testMethod = equalBoolean@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.in_string]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@70250edd
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@70250edd] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@70250edd] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@727bfb81, testMethod = in_string@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=null, Republic.name=Titi, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.presidentId=null, Republic.name=Tata, Republic.id=o.c.s.i.PersistableIdentifier@44}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name in (:names) | {names=Titi}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@70250edd]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@70250edd] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@727bfb81, testMethod = in_string@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.severalNativeQueries_theOneMatchingDatabaseIsChosen]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@305f1f58
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@305f1f58] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@305f1f58] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@2d0550c3, testMethod = severalNativeQueries_theOneMatchingDatabaseIsChosen@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=null, Republic.name=Titi, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.presidentId=null, Republic.name=Tata, Republic.id=o.c.s.i.PersistableIdentifier@44}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name in (:names) | {names=Titi}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@305f1f58]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@305f1f58] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@2d0550c3, testMethod = severalNativeQueries_theOneMatchingDatabaseIsChosen@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.projection_resultIsSingle]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@283d6ae4
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@283d6ae4] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@283d6ae4] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@59343f6a, testMethod = projection_resultIsSingle@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=null, Republic.name=Tata, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, P.name as president_name from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name = :name | {name=Toto}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@283d6ae4]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@283d6ae4] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@59343f6a, testMethod = projection_resultIsSingle@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.countDistinctByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@34584446
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@34584446] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@34584446] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@1051fc4b, testMethod = countDistinctByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 3={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 4={Language.id=o.c.s.i.PersistableIdentifier@78, Language.code=fr_fr}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 5 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@78}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 5={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@34584446]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@34584446] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@1051fc4b, testMethod = countDistinctByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.countByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@160671d
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@160671d] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@160671d] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@f4da21b, testMethod = countByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 2={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 3={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@160671d]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@160671d] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@f4da21b, testMethod = countByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.in]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@114ec5cf
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@114ec5cf] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@114ec5cf] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@543d5160, testMethod = in@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.id in (:ids) | {ids=[o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43, o.c.s.i.PersistedIdentifier@44]}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.id in (:ids) | {ids=[o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43, o.c.s.i.PersistedIdentifier@44]}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@114ec5cf]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@114ec5cf] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@543d5160, testMethod = in@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.oneToOneCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@8dc07ba
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@8dc07ba] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@8dc07ba] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@2999e224, testMethod = oneToOneCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where V.color = :color | {color=Color[rgb=123]}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@8dc07ba]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@8dc07ba] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@2999e224, testMethod = oneToOneCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.oneResultExpected_severalResults_throwsException]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@35ac70a
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@35ac70a] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@35ac70a] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@562f66e7, testMethod = oneResultExpected_severalResults_throwsException@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name = :name | {name=Toto}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@35ac70a]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@35ac70a] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@562f66e7, testMethod = oneResultExpected_severalResults_throwsException@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.equal]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@74a3964e
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@74a3964e] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@74a3964e] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@36d54cfb, testMethod = equal@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=null, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=null, Republic.name=Titi, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.euMember as Republic_euMember, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	TRACE    main	SQLOperation	select R.name as Republic_name, R.euMember as Republic_euMember, R.id as Republic_id, P.name as president_name, P.id as president_id, V.color as president_vehicle_color, V.id as president_vehicle_id, L.code as Country_languages_Language_code, L.id as Country_languages_Language_id from Republic as R left outer join Person as P on R.presidentId = P.id left outer join Country_languages as Country_languages on R.id = Country_languages.republic_id left outer join Vehicle as V on P.vehicleId = V.id left outer join Language as L on Country_languages.languages_id = L.id where R.name = :name | {name=Toto}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@74a3964e]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@74a3964e] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@36d54cfb, testMethod = equal@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest.delete_manyToManyCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@81b2f0e
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@81b2f0e] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@81b2f0e] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@2b843043, testMethod = delete_manyToManyCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5173402e]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.name=Toto, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 3={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:38	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43]
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.euMember as Republic_euMember, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	delete from Country_languages where republic_id = ? and languages_id = ? | {1={Country_languages.republic_id=o.c.s.i.PersistedIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistedIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@88}, 3={Country_languages.republic_id=o.c.s.i.PersistedIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@99}, 4={Country_languages.republic_id=o.c.s.i.PersistedIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	delete from Republic where id = ? | {1={Republic.id=o.c.s.i.PersistedIdentifier@42}, 2={Republic.id=o.c.s.i.PersistedIdentifier@43}}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@81b2f0e]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@81b2f0e] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1f1d8f8 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@2b843043, testMethod = delete_manyToManyCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@67bec6a9 testClass = NativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@5eca7517 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest
2026-05-19 05:31:38	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:38	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7843aae6, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@55010950, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@35fc6138, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@147fc609, org.springframework.test.context.support.DirtiesContextTestExecutionListener@718e4afa, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2c189612, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7abbc708, org.springframework.test.context.event.EventPublishingTestExecutionListener@101e09d8, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@134458bb, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7b04f4c7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5f23ef28, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3f137ddd, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@ea37b04, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@52dd14db]
2026-05-19 05:31:38	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:38	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:38	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 20 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@e052d85
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Country(name varchar(255), euMember boolean not null, id int not null, presidentId int, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Country_languages(country_id int not null, languages_id int not null, unique (country_id, languages_id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table King(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Realm(id int not null, kingId int, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Republic(deputeCount integer not null, id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Realm add constraint FK_Realm_id_Country_id foreign key(id) references Country(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Realm add constraint FK_Realm_kingId_King_id foreign key(kingId) references King(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Republic add constraint FK_Republic_id_Country_id foreign key(id) references Country(id)
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest.in]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@751c9d68
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@751c9d68] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@751c9d68] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@5fa8a0b4 testClass = JoinTableNativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest@2dea187e, testMethod = in@JoinTableNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3c0c2776 testClass = JoinTableNativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@1e413ced key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4f68291]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Country(name, euMember, id, presidentId) values (?, ?, ?, ?) | {1={Country.presidentId=null, Country.name=Toto, Country.euMember=false, Country.id=o.c.s.i.PersistableIdentifier@42}, 2={Country.presidentId=null, Country.name=Tata, Country.euMember=false, Country.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Realm(id, kingId) values (?, ?) | {1={Realm.kingId=null, Realm.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select C.name as Country_name, C.euMember as Country_euMember, C.id as Country_id, C.presidentId as Country_presidentId, Republic.deputeCount as Republic_deputeCount, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country as C left outer join Person as president on C.presidentId = president.id left outer join Country_languages as Country_languages on C.id = Country_languages.country_id left outer join Realm as Realm on C.id = Realm.id left outer join Republic as Republic on C.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where C.id in (:ids) | {ids=[o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43, o.c.s.i.PersistedIdentifier@44]}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@751c9d68]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@751c9d68] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@5fa8a0b4 testClass = JoinTableNativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest@2dea187e, testMethod = in@JoinTableNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3c0c2776 testClass = JoinTableNativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@1e413ced key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.codefilarete.stalactite.spring.repository.query.nativ.JoinTableNativeQueriesTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest
2026-05-19 05:31:38	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:38	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@72752c99, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@5ecf2f06, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4058fff2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@57f8c3a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5e3569e8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7925da37, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7e051d8e, org.springframework.test.context.event.EventPublishingTestExecutionListener@7624028, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@726d0305, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@25ce8b1d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@73f11b47, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@66077611, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7ce834ff, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@2dafce1c]
2026-05-19 05:31:38	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:38	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:38	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 20 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@406a7eb9
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Country(name varchar(255), euMember boolean not null, id int not null, presidentId int, deputeCount integer, kingId int, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Country_languages(country_id int not null, languages_id int not null, unique (country_id, languages_id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table King(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country add constraint FK_Country_kingId_King_id foreign key(kingId) references King(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest.in]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@10f25b2
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@10f25b2] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@10f25b2] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@70b25e9b testClass = SingleTableNativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest@cb5840f, testMethod = in@SingleTableNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ef129e testClass = SingleTableNativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3f44c469 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d60139c]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Country(deputeCount, name, euMember, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?) | {1={Country.euMember=false, Country.deputeCount=0, Country.id=o.c.s.i.PersistableIdentifier@42, Country.name=Toto, Country.presidentId=null, Country.DTYPE=Republic}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Country(name, euMember, id, presidentId, kingId, DTYPE) values (?, ?, ?, ?, ?, ?) | {1={Country.euMember=false, Country.id=o.c.s.i.PersistableIdentifier@43, Country.name=Tata, Country.presidentId=null, Country.kingId=null, Country.DTYPE=Realm}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select C.name as Country_name, C.euMember as Country_euMember, C.id as Country_id, C.presidentId as Country_presidentId, C.deputeCount as Country_deputeCount, C.kingId as Country_kingId, C.DTYPE as Country_DTYPE, Realm_king.name as king_name, Realm_king.id as king_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country as C left outer join Person as president on C.presidentId = president.id left outer join Country_languages as Country_languages on C.id = Country_languages.country_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on C.kingId = Realm_king.id where C.id in (:ids) | {ids=[o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43, o.c.s.i.PersistedIdentifier@44]}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@10f25b2]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@10f25b2] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@70b25e9b testClass = SingleTableNativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest@cb5840f, testMethod = in@SingleTableNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74ef129e testClass = SingleTableNativeQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3f44c469 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.codefilarete.stalactite.spring.repository.query.nativ.SingleTableNativeQueriesTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest
2026-05-19 05:31:38	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:38	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@227e568f, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@37d9310e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@19888bf7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3a7465d5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6aee963a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@14419b28, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@49cb7d64, org.springframework.test.context.event.EventPublishingTestExecutionListener@5088e345, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4e49f028, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@56c9aa12, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@44fbcdf2, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@537e8ce3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5237ee14, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@4935477a]
2026-05-19 05:31:38	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:38	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:38	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 23 ms. Found 2 Stalactite repository interfaces.
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@36cfb0a7
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Country_languages(country_id int not null, languages_id int not null, unique (country_id, languages_id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Country_states(country_id int not null, states_id int not null, unique (country_id, states_id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table King(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Realm(id int not null, name varchar(255), description varchar(255), euMember boolean not null, modificationDate timestamp, creationDate timestamp, presidentId int, kingId int, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Republic(deputeCount integer not null, id int not null, name varchar(255), description varchar(255), euMember boolean not null, modificationDate timestamp, creationDate timestamp, presidentId int, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table State(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_states_id_State_id foreign key(states_id) references State(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:38	DEBUG    main	DDLDeployer	alter table Realm add constraint FK_Realm_kingId_King_id foreign key(kingId) references King(id)
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.equals_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7646dfd9
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7646dfd9] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7646dfd9] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1ae22dc7, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where lower(Country.name) = lower(?) | {1=TOTO}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where lower(Country.name) = lower(?) | {1=toto}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where lower(Country.name) = lower(?) | {1=TOTO}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where lower(Country.name) = lower(?) | {1=toto}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7646dfd9]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7646dfd9] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1ae22dc7, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.startsWith]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@272bea02
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@272bea02] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@272bea02] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@683cf4c8, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a description with a keyword, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@361397fb Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.description like ? | {1=a keyword%}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@272bea02]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@272bea02] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@683cf4c8, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1e38ed3b
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1e38ed3b] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1e38ed3b] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@26209dab, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@777, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1e38ed3b]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1e38ed3b] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@26209dab, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.projection_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7b9f1501
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7b9f1501] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7b9f1501] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@425dc996, testMethod = projection_pageable@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tonton, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by president.name asc limit ? | {1=%t%, 2=4}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by president.name asc limit ? offset ? | {1=%t%, 2=3, 3=3}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7b9f1501]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7b9f1501] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@425dc996, testMethod = projection_pageable@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.before]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3c2bc21d
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3c2bc21d] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c2bc21d] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@150fb7be, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id < ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3c2bc21d]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c2bc21d] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@150fb7be, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.exists]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@44c881c9
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@44c881c9] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@44c881c9] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@15961bec, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.id as Country_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name = ? limit ? | {1=Toto, 2=1}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.id as Country_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name = ? limit ? | {1=Tutu, 2=1}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@44c881c9]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@44c881c9] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@15961bec, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@31c83e75
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@31c83e75] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@31c83e75] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@653b6d0d, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 2={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 3={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:38	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@31c83e75]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@31c83e75] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@653b6d0d, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.isNull]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@57a4c9df
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@57a4c9df] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@57a4c9df] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6f85732, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 IsNull], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name is null | {}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@57a4c9df]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@57a4c9df] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6f85732, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.orderBy_onDepthProperty]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2fa0f830
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2fa0f830] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2fa0f830] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1c2c3a59, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=C, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=A, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 3={Person.name=B, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@123}, 4={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Tonton, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Tintin, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Tantan, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@123, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@456, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by president.name asc | {1=T%n}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2fa0f830]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2fa0f830] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1c2c3a59, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.like_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@296f4f62
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@296f4f62] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@296f4f62] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1542447f, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Tutu, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tonton, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 LikeIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where lower(Country.name) like lower(?) | {1=%O%}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@296f4f62]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@296f4f62] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1542447f, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1ae8555a
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1ae8555a] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1ae8555a] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@40d8ea60, testMethod = projection_orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tonton, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.name asc | {1=%o%}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.name asc | {1=%t%}
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by president.name asc | {1=%t%}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1ae8555a]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1ae8555a] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@40d8ea60, testMethod = projection_orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.lesser]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6882001d
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6882001d] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6882001d] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2005e23d, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id < ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6882001d]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6882001d] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2005e23d, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.embeddedCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@73e01c27
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@73e01c27] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@73e01c27] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7d347ad2, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=Fri May 10 10:30:45 UTC 2024, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=Fri Jan 22 11:10:23 UTC 2010, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@69859214 Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.creationDate < ? | {1=Tue May 19 05:31:38 UTC 2026}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@73e01c27]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@73e01c27] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7d347ad2, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.ignoreCase_all]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@ef5a84
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@ef5a84] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@ef5a84] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@787124a, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a description with a keyword, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=TOtO, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=toTO, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=TonTon, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[org.codefilarete.stalactite.query.model.Criteria@75bcd713], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where (lower(Country.name) = lower(?) and lower(Country.description) like lower(?)) | {1=toTO, 2=%CoNtAINed%}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@ef5a84]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@ef5a84] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@787124a, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.ignoreCase_and]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@168d1004
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@168d1004] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@168d1004] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@622c53d2, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a description with a keyword, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=TOtO, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=toTO, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=TonTon, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[org.codefilarete.stalactite.query.model.Criteria@3d6d7d27], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where (lower(Country.name) = lower(?) and Country.description like ?) | {1=toTO, 2=%contained%}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@168d1004]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@168d1004] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@622c53d2, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.twoCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1ea5f0de
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1ea5f0de] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1ea5f0de] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4e8087c9, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[org.codefilarete.stalactite.query.model.Criteria@33f3c818], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where (Country.id = ? and Country.name = ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=Toto}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1ea5f0de]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1ea5f0de] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4e8087c9, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.stream]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@fb152c5
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@fb152c5] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@fb152c5] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7a8d1f43, testMethod = stream@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toutou, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 5={Republic.name=Tutu, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}, 6={Republic.name=Tonton, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.deputeCount=0}, 7={Republic.name=TinTin, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@fb152c5]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@fb152c5] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7a8d1f43, testMethod = stream@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.equalBoolean]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4feadef9
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4feadef9] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4feadef9] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@591cb5ea, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=true, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@a4646db Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.euMember = ? | {1=true}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@a4646db Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.euMember = ? | {1=false}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4feadef9]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4feadef9] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@591cb5ea, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.limit_throwsExceptionBecauseOfCollectionPropertyMapping]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@79618ea
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@79618ea] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@79618ea] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@244f95d2, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 2={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 3={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}}
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@79618ea]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@79618ea] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@244f95d2, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.contains]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7bac7cfd
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7bac7cfd] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7bac7cfd] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@69823333, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a description with a keyword, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@361397fb Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.description like ? | {1=%contained%}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7bac7cfd]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7bac7cfd] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@69823333, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.in_string]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@59350677
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@59350677] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@59350677] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7aae6e34, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name in (?) | {1=Titi}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 InIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where lower(Country.name) in (lower(?)) | {1=tiTI}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 InIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where lower(Country.name) in (lower(?), lower(?)) | {1=tiTI, 2=TOto}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@59350677]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@59350677] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7aae6e34, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.notIn_string]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@32f447f5
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@32f447f5] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@32f447f5] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1c00589d, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 InIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where lower(Country.name) not in (lower(?)) | {1=TATA}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@32f447f5]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@32f447f5] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1c00589d, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.greaterEquals]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@bdfd763
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@bdfd763] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@bdfd763] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6c313db7, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 Greater], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:38	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id >= ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@bdfd763]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@bdfd763] after transaction
2026-05-19 05:31:38	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6c313db7, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.projection_resultIsSingle]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:38	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@38372782
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@38372782] for JDBC transaction
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@38372782] to manual commit
2026-05-19 05:31:38	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@48cee73f, testMethod = projection_resultIsSingle@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:38	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:38	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:38	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@38372782]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@38372782] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@48cee73f, testMethod = projection_resultIsSingle@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.countDistinctByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5ce537c4
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5ce537c4] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5ce537c4] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7ba24428, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 2={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 3={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 4={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@78}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 5 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@78}, 4={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 5={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(Country.id) as row_count from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(distinct Country.id) as row_count from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(distinct Country.id) as row_count from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5ce537c4]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5ce537c4] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7ba24428, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.between]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7b43cd20
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7b43cd20] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7b43cd20] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@38b786b6, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 Between], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id between ? and ? | {1=o.c.s.i.PersistedIdentifier@40, 2=o.c.s.i.PersistedIdentifier@50}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7b43cd20]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7b43cd20] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@38b786b6, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.notContains]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@50c07d65
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@50c07d65] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@50c07d65] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@74f75a39, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a description with a keyword, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@361397fb Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.description not like ? | {1=%contained%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@50c07d65]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@50c07d65] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@74f75a39, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.countByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@270e206f
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@270e206f] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@270e206f] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6e46f6ca, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 2={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 3={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(Country.id) as row_count from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(Country.id) as row_count from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@270e206f]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@270e206f] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6e46f6ca, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.in]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@47f389ca
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@47f389ca] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@47f389ca] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@243ebbbe, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@47f389ca]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@47f389ca] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@243ebbbe, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.or]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5addd523
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5addd523] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5addd523] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@394b72c6, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=a description with a keyword, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=TOtO, Republic.euMember=true, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=toTO, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=TonTon, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Equals, OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@361397fb Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name = ? or Country.description = ? | {1=TOtO, 2=a description with a keyword}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Equals, org.codefilarete.stalactite.query.model.Criteria@6135bdd3, OR Person.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name = ? or (Country.description = ? and Country.euMember = ?) or president.name = ? | {1=TonTon, 2=a keyword contained in the description, 3=true, 4=me}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5addd523]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5addd523] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@394b72c6, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.like]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@75e967bf
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@75e967bf] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@75e967bf] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@51b0fd9f, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a description with a keyword, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@361397fb Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.description like ? | {1=%keyword%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@75e967bf]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@75e967bf] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@51b0fd9f, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.oneToOneCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@22b08b3
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@22b08b3] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@22b08b3] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@32d23b16, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person.id Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where president.id = ? | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where president.name = ? | {1=me}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where president_vehicle.color = ? | {1=Color[rgb=123]}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@22b08b3]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@22b08b3] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@32d23b16, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.oneResultExpected_severalResults_throwsException]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@51ea12f1
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@51ea12f1] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@51ea12f1] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@525dc4ad, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@51ea12f1]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@51ea12f1] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@525dc4ad, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.after]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1e53fdd9
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1e53fdd9] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1e53fdd9] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7a8b1b10, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 Greater], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id > ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1e53fdd9]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1e53fdd9] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7a8b1b10, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.equal]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6edbd4b2
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6edbd4b2] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6edbd4b2] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3bc14409, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6edbd4b2]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6edbd4b2] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3bc14409, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.limit]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2ba637ae
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2ba637ae] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2ba637ae] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@277004b5, testMethod = limit@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=C, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=A, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 3={Person.name=B, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@123}, 4={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Tonton, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Tintin, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Tantan, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@123, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@456, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2ba637ae]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2ba637ae] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@277004b5, testMethod = limit@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.notIn]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@217a1cbf
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@217a1cbf] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@217a1cbf] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@50ec9e1d, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id not in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@217a1cbf]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@217a1cbf] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@50ec9e1d, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.slice]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f469f43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7f469f43] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7f469f43] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2fe949d8, testMethod = slice@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toutou, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 5={Republic.name=Tutu, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}, 6={Republic.name=Tonton, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.deputeCount=0}, 7={Republic.name=TinTin, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7f469f43]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7f469f43] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2fe949d8, testMethod = slice@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.slice_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3c66e539
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3c66e539] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c66e539] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6bb0792e, testMethod = slice_withOrder@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toutou, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 5={Republic.name=Tutu, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}, 6={Republic.name=Tonton, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.deputeCount=0}, 7={Republic.name=TinTin, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3c66e539]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c66e539] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6bb0792e, testMethod = slice_withOrder@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.greater]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5701b17
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5701b17] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5701b17] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@549b3958, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 Greater], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id > ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5701b17]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5701b17] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@549b3958, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.ignoreCase_dynamic_inMemory]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3defcbe9
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3defcbe9] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3defcbe9] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6b31915f, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto_b, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=TOtO_c, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=toTO_a, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=TonTon, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 2={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 3={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 6 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.country_id=o.c.s.i.PersistableIdentifier@44, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 4={Country_languages.country_id=o.c.s.i.PersistableIdentifier@44, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 5={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 6={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Like], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code like ? | {1=%_%}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Like], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code like ? | {1=%_%}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3defcbe9]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3defcbe9] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6b31915f, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.notLike_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@720da58e
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@720da58e] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@720da58e] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@33e63c14, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Tutu, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tonton, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 LikeIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where lower(Country.name) not like lower(?) | {1=%O%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@720da58e]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@720da58e] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@33e63c14, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.orderBy_dynamic]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@33747649
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@33747649] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@33747649] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@18a9c76f, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 2={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 3={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@33747649]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@33747649] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@18a9c76f, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.orderBy_criteriaOnCollection_onDepthProperty]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6dd22470
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6dd22470] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6dd22470] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@355c3a21, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=C, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=A, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 3={Person.name=B, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@123}, 4={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=Titi, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@123, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=Tutu, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@456, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 2={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 3={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 5 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.country_id=o.c.s.i.PersistableIdentifier@44, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 4={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 5={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6dd22470]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6dd22470] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@355c3a21, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.elementCollectionCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@20c48e73
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@20c48e73] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@20c48e73] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1520e3cd, testMethod = elementCollectionCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person_nicknames(nicknames, id) values (?, ?) | {1={Person_nicknames.nicknames=John Do, Person_nicknames.id=o.c.s.i.PersistableIdentifier@666}, 2={Person_nicknames.nicknames=Jane Do, Person_nicknames.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.id=o.c.s.i.PersistableIdentifier@100, State.name=null}, 2={State.id=o.c.s.i.PersistableIdentifier@200, State.name=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_states(country_id, states_id) values (?, ?) | {1={Country_states.states_id=o.c.s.i.PersistableIdentifier@100, Country_states.country_id=o.c.s.i.PersistableIdentifier@42}, 2={Country_states.states_id=o.c.s.i.PersistableIdentifier@200, Country_states.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR State.id In], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_states_State.id in (?) | {1=o.c.s.i.PersistableIdentifier@100}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person_nicknames.nicknames In], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where president_Person_nicknames.nicknames in (?) | {1=John Do}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@20c48e73]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@20c48e73] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1520e3cd, testMethod = elementCollectionCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.delete_manyToManyCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1dcf7c57
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1dcf7c57] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1dcf7c57] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3ce218d9, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}, 2={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 3={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	delete from Country_languages where country_id = ? and languages_id = ? | {1={Country_languages.country_id=o.c.s.i.PersistedIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistedIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@88}, 3={Country_languages.country_id=o.c.s.i.PersistedIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77}, 4={Country_languages.country_id=o.c.s.i.PersistedIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@99}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	delete from Republic where id = ? | {1={Republic.id=o.c.s.i.PersistedIdentifier@42}, 2={Republic.id=o.c.s.i.PersistedIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1dcf7c57]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1dcf7c57] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3ce218d9, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.mapCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@36aa70da
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@36aa70da] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@36aa70da] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2b52d7b9, testMethod = mapCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 2={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 6 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person_phoneNumbers(value, key, id) values (?, ?, ?) | {1={Person_phoneNumbers.value=01 11 11 11 11, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.key=home}, 2={Person_phoneNumbers.value=05 55 55 55 55, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.key=work}, 3={Person_phoneNumbers.value=02 22 22 22 22, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.key=work}, 4={Person_phoneNumbers.value=06 66 66 66 66, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.key=Matignon}, 5={Person_phoneNumbers.value=01 11 11 11 11, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.key=home}, 6={Person_phoneNumbers.value=03 33 33 33 33, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.key=mobile}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.id=o.c.s.i.PersistableIdentifier@100, State.name=null}, 2={State.id=o.c.s.i.PersistableIdentifier@200, State.name=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_states(country_id, states_id) values (?, ?) | {1={Country_states.states_id=o.c.s.i.PersistableIdentifier@100, Country_states.country_id=o.c.s.i.PersistableIdentifier@42}, 2={Country_states.states_id=o.c.s.i.PersistableIdentifier@200, Country_states.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person_phoneNumbers.value Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where president_Person_phoneNumbers.value = ? | {1=01 11 11 11 11}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person_phoneNumbers.value Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where president_Person_phoneNumbers.value = ? | {1=06 66 66 66 66}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@36aa70da]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@36aa70da] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2b52d7b9, testMethod = mapCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.ignoreCase_dynamic]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1a9d9c42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1a9d9c42] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1a9d9c42] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6401b8a4, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto_b, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=TOtO_c, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}, 3={Republic.name=toTO_a, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.deputeCount=0}, 4={Republic.name=TonTon, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by Country.name asc | {1=%t%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name like ? order by lower(Country.name) asc | {1=%t%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1a9d9c42]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1a9d9c42] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6401b8a4, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.lesserEquals]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4869e4b5
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4869e4b5] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4869e4b5] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2ece6c06, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id <= ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4869e4b5]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4869e4b5] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2ece6c06, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.isNotNull]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5dd2e8ce
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5dd2e8ce] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5dd2e8ce] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5994c02a, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@31cb8c10 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 IsNull], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name is not null | {}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5dd2e8ce]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5dd2e8ce] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5994c02a, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.notEqual]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@fd5b66d
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@fd5b66d] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@fd5b66d] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1c4d1a5d, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name != ? | {1=Titi}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@fd5b66d]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@fd5b66d] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1c4d1a5d, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.endsWith]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@229de6de
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@229de6de] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@229de6de] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4d3c340e, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a description with a keyword, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@361397fb Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.description like ? | {1=%a keyword}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@229de6de]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@229de6de] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4d3c340e, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.manyToManyCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@43b2572
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@43b2572] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@43b2572] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5bfc0a41, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=Toto, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.code=en_en, Language.id=o.c.s.i.PersistableIdentifier@88}, 2={Language.code=fr_fr, Language.id=o.c.s.i.PersistableIdentifier@77}, 3={Language.code=es_es, Language.id=o.c.s.i.PersistableIdentifier@99}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.country_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.country_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as id, DISCRIMINATOR as DISCRIMINATOR from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@43b2572]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@43b2572] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5bfc0a41, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.notLike]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3925b422
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3925b422] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3925b422] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6b279d22, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a description with a keyword, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.deputeCount=0}, 2={Republic.name=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=a keyword contained in the description, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@361397fb Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.description not like ? | {1=%contained%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3925b422]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3925b422] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6b279d22, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.crud]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@31c4c2bc
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@31c4c2bc] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@31c4c2bc] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@203fda1d, testMethod = crud@DerivedQueriesWithTablePerClassPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@4b7c1779]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into King(name, id) values (?, ?) | {1={King.name=still me, King.id=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Realm(name, description, euMember, modificationDate, creationDate, id, kingId, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Realm.modificationDate=null, Realm.euMember=false, Realm.presidentId=o.c.s.i.PersistableIdentifier@666, Realm.description=null, Realm.creationDate=null, Realm.id=o.c.s.i.PersistableIdentifier@42, Realm.name=Toto, Realm.kingId=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.name=Tata, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.description=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.deputeCount=0}}
2026-05-19 05:31:39	DEBUG    main	TablePerClassPolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR org.codefilarete.stalactite.query.api.QueryStatement$PseudoColumn@48f749a0 In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.DISCRIMINATOR as Country_DISCRIMINATOR, president.name as president_name, president.id as president_id, Realm.name as Realm_name, Realm.description as Realm_description, Realm.euMember as Realm_euMember, Realm.modificationDate as Realm_modificationDate, Realm.creationDate as Realm_creationDate, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id from (select Realm.name as name, Realm.description as description, Realm.euMember as euMember, Realm.creationDate as creationDate, Realm.modificationDate as modificationDate, Realm.id as id, Realm.presidentId as presidentId, 'Realm' as DISCRIMINATOR from Realm union all select Republic.name as name, Republic.description as description, Republic.euMember as euMember, Republic.creationDate as creationDate, Republic.modificationDate as modificationDate, Republic.id as id, Republic.presidentId as presidentId, 'Republic' as DISCRIMINATOR from Republic) as Country left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id left outer join King as Realm_king on Realm.kingId = Realm_king.id where Country.name in (?, ?) | {1=Toto, 2=Tata}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@31c4c2bc]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@31c4c2bc] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@801fe56 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@203fda1d, testMethod = crud@DerivedQueriesWithTablePerClassPolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a9a9155 testClass = DerivedQueriesWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c08a3e0 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 s - in org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest
2026-05-19 05:31:39	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:39	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3e94a4e4, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@66ac1070, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7fcd4010, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@54ad431b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4f056eee, org.springframework.test.context.transaction.TransactionalTestExecutionListener@492cc8ee, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5c74dc1b, org.springframework.test.context.event.EventPublishingTestExecutionListener@627ff915, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6e989aa, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@292d5a21, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5343df1b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4ee93337, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4074799, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@4738e96a]
2026-05-19 05:31:39	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:39	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:39	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 27 ms. Found 2 Stalactite repository interfaces.
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@45880523
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Country(name varchar(255), description varchar(255), euMember boolean not null, creationDate timestamp, modificationDate timestamp, id int not null, presidentId int, unique (id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Country_languages(country_id int not null, languages_id int not null, unique (country_id, languages_id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Country_states(country_id int not null, states_id int not null, unique (country_id, states_id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table King(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Realm(id int not null, kingId int, unique (id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Republic(deputeCount integer not null, id int not null, unique (id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table State(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_country_id_Country_id foreign key(country_id) references Country(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_states_id_State_id foreign key(states_id) references State(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Realm add constraint FK_Realm_id_Country_id foreign key(id) references Country(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Realm add constraint FK_Realm_kingId_King_id foreign key(kingId) references King(id)
2026-05-19 05:31:39	DEBUG    main	DDLDeployer	alter table Republic add constraint FK_Republic_id_Country_id foreign key(id) references Country(id)
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.equals_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7d889e1
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7d889e1] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7d889e1] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2e8d4857, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) = lower(?) | {1=TOTO}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) = lower(?) | {1=toto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) = lower(?) | {1=TOTO}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name EqualsIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) = lower(?) | {1=toto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7d889e1]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7d889e1] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2e8d4857, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.startsWith]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5ced48b3
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5ced48b3] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5ced48b3] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@42443dae, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=a description with a keyword, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description like ? | {1=a keyword%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5ced48b3]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5ced48b3] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@42443dae, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a60d925
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3a60d925] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3a60d925] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@721437ec, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@777}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3a60d925]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3a60d925] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@721437ec, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.projection_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@33f70e88
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@33f70e88] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@33f70e88] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4a6bedf0, testMethod = projection_pageable@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@667}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@668}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tonton, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by president.name asc limit ? | {1=%t%, 2=4}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by president.name asc limit ? offset ? | {1=%t%, 2=3, 3=3}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@33f70e88]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@33f70e88] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4a6bedf0, testMethod = projection_pageable@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.before]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@47c33908
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@47c33908] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@47c33908] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3e5b5d42, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id < ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@47c33908]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@47c33908] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3e5b5d42, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.exists]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@65c9de88
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@65c9de88] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@65c9de88] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@9053b33, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as Country_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? limit ? | {1=Toto, 2=1}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.id as Country_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? limit ? | {1=Tutu, 2=1}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@65c9de88]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@65c9de88] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@9053b33, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5023bb1f
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5023bb1f] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5023bb1f] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2024788a, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 3={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5023bb1f]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5023bb1f] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@2024788a, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.isNull]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@21dd2adb
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@21dd2adb] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@21dd2adb] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@ce0369, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name IsNull], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name is null | {}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@21dd2adb]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@21dd2adb] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@ce0369, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.orderBy_onDepthProperty]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@28011cb2
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@28011cb2] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@28011cb2] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@e8d728, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=C, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=A, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 3={Person.name=B, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@123}, 4={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Tonton, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Tintin, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tantan, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@123}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by president.name asc | {1=T%n}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@28011cb2]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@28011cb2] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@e8d728, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.like_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a6b5638
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3a6b5638] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3a6b5638] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@245e16, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tutu, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tonton, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name LikeIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) like lower(?) | {1=%O%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3a6b5638]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3a6b5638] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@245e16, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@41ecef55
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@41ecef55] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@41ecef55] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@485c0452, testMethod = projection_orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@667}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@668}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tonton, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.name asc | {1=%o%}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.name asc | {1=%t%}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by president.name asc | {1=%t%}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@41ecef55]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@41ecef55] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@485c0452, testMethod = projection_orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.lesser]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5077a51b
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5077a51b] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5077a51b] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4dfbedf4, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id < ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5077a51b]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5077a51b] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4dfbedf4, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.embeddedCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5979e188
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5979e188] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5979e188] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@e628ccb, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=Fri May 10 10:30:45 UTC 2024, Country.name=Toto, Country.creationDate=Fri Jan 22 11:10:23 UTC 2010, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.creationDate Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.creationDate < ? | {1=Tue May 19 05:31:39 UTC 2026}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5979e188]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5979e188] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@e628ccb, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.ignoreCase_all]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7e5610e5
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7e5610e5] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7e5610e5] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@736fc252, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=a description with a keyword, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=TOtO, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=toTO, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=TonTon, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[org.codefilarete.stalactite.query.model.Criteria@1922283e], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where (lower(Country.name) = lower(?) and lower(Country.description) like lower(?)) | {1=toTO, 2=%CoNtAINed%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7e5610e5]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7e5610e5] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@736fc252, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.ignoreCase_and]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2086f76c
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2086f76c] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2086f76c] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@38ad82eb, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=a description with a keyword, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=TOtO, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=toTO, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=TonTon, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[org.codefilarete.stalactite.query.model.Criteria@d45fdf6], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where (lower(Country.name) = lower(?) and Country.description like ?) | {1=toTO, 2=%contained%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2086f76c]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2086f76c] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@38ad82eb, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.twoCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@c1a9505
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@c1a9505] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@c1a9505] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3673481e, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[org.codefilarete.stalactite.query.model.Criteria@e9a6b7b], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where (Country.id = ? and Country.name = ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=Toto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@c1a9505]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@c1a9505] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3673481e, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.stream]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@47d9a2e2
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@47d9a2e2] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@47d9a2e2] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@121476da, testMethod = stream@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@48, Country.modificationDate=null, Country.name=Toutou, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 5={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tutu, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 6={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@46, Country.modificationDate=null, Country.name=Tonton, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 7={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@47, Country.modificationDate=null, Country.name=TinTin, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@47d9a2e2]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@47d9a2e2] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@121476da, testMethod = stream@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.equalBoolean]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@f712e7d
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@f712e7d] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@f712e7d] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@60ae1183, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=true, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.euMember Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.euMember = ? | {1=true}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.euMember Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.euMember = ? | {1=false}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@f712e7d]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@f712e7d] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@60ae1183, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.limit_throwsExceptionBecauseOfCollectionPropertyMapping]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4029411d
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4029411d] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4029411d] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@765de299, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 2={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 3={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4029411d]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4029411d] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@765de299, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.contains]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1252af00
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1252af00] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1252af00] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@49c632b1, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=a description with a keyword, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description like ? | {1=%contained%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1252af00]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1252af00] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@49c632b1, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.in_string]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@60aa431
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@60aa431] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@60aa431] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@11e36c1c, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name in (?) | {1=Titi}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name InIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) in (lower(?)) | {1=tiTI}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name InIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) in (lower(?), lower(?)) | {1=tiTI, 2=TOto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@60aa431]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@60aa431] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@11e36c1c, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.notIn_string]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5a0e2688
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5a0e2688] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5a0e2688] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@72a5e0f7, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name InIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) not in (lower(?)) | {1=TATA}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5a0e2688]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5a0e2688] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@72a5e0f7, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.greaterEquals]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a951a14
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3a951a14] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3a951a14] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@33a1950d, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Greater], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id >= ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3a951a14]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3a951a14] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@33a1950d, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.projection_resultIsSingle]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@142e0f91
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@142e0f91] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@142e0f91] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@f6aa60a, testMethod = projection_resultIsSingle@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@142e0f91]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@142e0f91] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@f6aa60a, testMethod = projection_resultIsSingle@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.countDistinctByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4ee3c362
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4ee3c362] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4ee3c362] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@437266d9, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@78, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 3={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 4={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 5 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@78, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 5={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(distinct Country.id) as row_count from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(distinct Country.id) as row_count from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4ee3c362]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4ee3c362] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@437266d9, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.between]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@24edb768
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@24edb768] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@24edb768] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3027191a, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Between], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id between ? and ? | {1=o.c.s.i.PersistedIdentifier@40, 2=o.c.s.i.PersistedIdentifier@50}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@24edb768]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@24edb768] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3027191a, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.notContains]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@78af7e21
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@78af7e21] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@78af7e21] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@414cef88, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=a description with a keyword, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description not like ? | {1=%contained%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@78af7e21]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@78af7e21] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@414cef88, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.countByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@334a373a
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@334a373a] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@334a373a] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@32108127, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 2={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 3={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@334a373a]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@334a373a] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@32108127, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.in]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@869c9fe
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@869c9fe] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@869c9fe] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3c46fb09, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@869c9fe]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@869c9fe] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3c46fb09, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.or]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@51d4f2c7
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@51d4f2c7] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@51d4f2c7] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3c4988e1, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=a description with a keyword, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=TOtO, Country.creationDate=null, Country.euMember=true, Country.presidentId=null}, 3={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=toTO, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=TonTon, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals, OR Country.description Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? or Country.description = ? | {1=TOtO, 2=a description with a keyword}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals, org.codefilarete.stalactite.query.model.Criteria@5771d31e, OR Person.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? or (Country.description = ? and Country.euMember = ?) or president.name = ? | {1=TonTon, 2=a keyword contained in the description, 3=true, 4=me}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@51d4f2c7]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@51d4f2c7] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3c4988e1, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.like]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6a4c090a
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6a4c090a] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6a4c090a] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1ef6929, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=a description with a keyword, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description like ? | {1=%keyword%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6a4c090a]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6a4c090a] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1ef6929, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.oneToOneCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2840aea6
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2840aea6] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2840aea6] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@76254633, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person.id Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president.id = ? | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president.name = ? | {1=me}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Vehicle.color Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_vehicle.color = ? | {1=Color[rgb=123]}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2840aea6]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2840aea6] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@76254633, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.oneResultExpected_severalResults_throwsException]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@77b6fad3
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@77b6fad3] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@77b6fad3] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@78a474db, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@77b6fad3]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@77b6fad3] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@78a474db, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.after]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3ba9fbbf
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3ba9fbbf] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3ba9fbbf] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@571edfa2, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Greater], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id > ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3ba9fbbf]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3ba9fbbf] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@571edfa2, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.equal]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6ec33366
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6ec33366] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6ec33366] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@368b556a, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6ec33366]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6ec33366] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@368b556a, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.limit]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@70faac9f
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@70faac9f] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@70faac9f] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@793ed304, testMethod = limit@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=C, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=A, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 3={Person.name=B, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@123}, 4={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Tonton, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Tintin, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tantan, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@123}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@70faac9f]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@70faac9f] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@793ed304, testMethod = limit@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.notIn]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@47e11577
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@47e11577] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@47e11577] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6c1d8990, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id not in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@47e11577]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@47e11577] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6c1d8990, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.slice]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@a928e3a
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@a928e3a] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@a928e3a] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5bb0103, testMethod = slice@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@48, Country.modificationDate=null, Country.name=Toutou, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 5={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tutu, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 6={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@46, Country.modificationDate=null, Country.name=Tonton, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 7={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@47, Country.modificationDate=null, Country.name=TinTin, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@a928e3a]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@a928e3a] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5bb0103, testMethod = slice@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.slice_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7fb44edb
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7fb44edb] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7fb44edb] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7a3bbea6, testMethod = slice_withOrder@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@48, Country.modificationDate=null, Country.name=Toutou, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 5={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tutu, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 6={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@46, Country.modificationDate=null, Country.name=Tonton, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 7={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@47, Country.modificationDate=null, Country.name=TinTin, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7fb44edb]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7fb44edb] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7a3bbea6, testMethod = slice_withOrder@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.greater]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@191323f5
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@191323f5] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@191323f5] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1a57231c, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Greater], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id > ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@191323f5]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@191323f5] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1a57231c, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.ignoreCase_dynamic_inMemory]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7a3b6965
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7a3b6965] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7a3b6965] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6612b571, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto_b, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=TOtO_c, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=toTO_a, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=TonTon, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 3={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 6 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@44}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@44}, 5={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 6={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Like], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code like ? | {1=%_%}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Like], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code like ? | {1=%_%}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7a3b6965]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7a3b6965] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6612b571, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.notLike_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@ae713af
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@ae713af] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@ae713af] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@16c6373e, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Tutu, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tonton, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name LikeIgnoreCase], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Country.name) not like lower(?) | {1=%O%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@ae713af]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@ae713af] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@16c6373e, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.orderBy_dynamic]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@305d2fab
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@305d2fab] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@305d2fab] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@47d32229, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 2={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 3={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@305d2fab]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@305d2fab] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@47d32229, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.orderBy_criteriaOnCollection_onDepthProperty]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2ed0fcf5
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2ed0fcf5] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2ed0fcf5] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4ee9a8db, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=C, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=A, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 3={Person.name=B, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@123}, 4={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=Titi, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@123}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=Tutu, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 2={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 3={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 5 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@44}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 5={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2ed0fcf5]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2ed0fcf5] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4ee9a8db, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.elementCollectionCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7a049d0f
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7a049d0f] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7a049d0f] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4eba42e6, testMethod = elementCollectionCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person_nicknames(nicknames, id) values (?, ?) | {1={Person_nicknames.nicknames=Jane Do, Person_nicknames.id=o.c.s.i.PersistableIdentifier@666}, 2={Person_nicknames.nicknames=John Do, Person_nicknames.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.name=null, State.id=o.c.s.i.PersistableIdentifier@100}, 2={State.name=null, State.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_states(country_id, states_id) values (?, ?) | {1={Country_states.country_id=o.c.s.i.PersistableIdentifier@42, Country_states.states_id=o.c.s.i.PersistableIdentifier@100}, 2={Country_states.country_id=o.c.s.i.PersistableIdentifier@42, Country_states.states_id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR State.id In], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_states_State.id in (?) | {1=o.c.s.i.PersistableIdentifier@100}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person_nicknames.nicknames In], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_Person_nicknames.nicknames in (?) | {1=John Do}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7a049d0f]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7a049d0f] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4eba42e6, testMethod = elementCollectionCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.delete_manyToManyCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1e221a74
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1e221a74] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1e221a74] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@65670fda, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 2={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 3={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	delete from Country_languages where country_id = ? and languages_id = ? | {1={Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77, Country_languages.country_id=o.c.s.i.PersistedIdentifier@42}, 2={Country_languages.languages_id=o.c.s.i.PersistedIdentifier@88, Country_languages.country_id=o.c.s.i.PersistedIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77, Country_languages.country_id=o.c.s.i.PersistedIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistedIdentifier@99, Country_languages.country_id=o.c.s.i.PersistedIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	delete from Republic where id = ? | {1={Republic.id=o.c.s.i.PersistedIdentifier@42}, 2={Republic.id=o.c.s.i.PersistedIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}, 2={Country.id=o.c.s.i.PersistedIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1e221a74]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1e221a74] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@65670fda, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.mapCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@a5badf1
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@a5badf1] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@a5badf1] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@745770c6, testMethod = mapCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 2={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 6 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person_phoneNumbers(value, key, id) values (?, ?, ?) | {1={Person_phoneNumbers.value=06 66 66 66 66, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.key=Matignon}, 2={Person_phoneNumbers.value=05 55 55 55 55, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.key=work}, 3={Person_phoneNumbers.value=01 11 11 11 11, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.key=home}, 4={Person_phoneNumbers.value=03 33 33 33 33, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.key=mobile}, 5={Person_phoneNumbers.value=02 22 22 22 22, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.key=work}, 6={Person_phoneNumbers.value=01 11 11 11 11, Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.key=home}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.name=null, State.id=o.c.s.i.PersistableIdentifier@100}, 2={State.name=null, State.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_states(country_id, states_id) values (?, ?) | {1={Country_states.country_id=o.c.s.i.PersistableIdentifier@42, Country_states.states_id=o.c.s.i.PersistableIdentifier@100}, 2={Country_states.country_id=o.c.s.i.PersistableIdentifier@42, Country_states.states_id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person_phoneNumbers.value Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_Person_phoneNumbers.value = ? | {1=01 11 11 11 11}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Person_phoneNumbers.value Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_Person_phoneNumbers.value = ? | {1=06 66 66 66 66}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@a5badf1]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@a5badf1] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@745770c6, testMethod = mapCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.ignoreCase_dynamic]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5fdcdb9f
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5fdcdb9f] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5fdcdb9f] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@32040e99, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto_b, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=TOtO_c, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 3={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@44, Country.modificationDate=null, Country.name=toTO_a, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 4={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@45, Country.modificationDate=null, Country.name=TonTon, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by Country.name asc | {1=%t%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name like ? order by lower(Country.name) asc | {1=%t%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5fdcdb9f]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5fdcdb9f] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@32040e99, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.lesserEquals]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5d2a5cf0
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5d2a5cf0] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5d2a5cf0] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@72bbd548, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.id Lesser], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id <= ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5d2a5cf0]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5d2a5cf0] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@72bbd548, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.isNotNull]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@77b5aa9d
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@77b5aa9d] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@77b5aa9d] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3c352e15, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[AND Country.id In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name IsNull], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name is not null | {}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@77b5aa9d]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@77b5aa9d] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3c352e15, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.notEqual]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7c6ada31
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7c6ada31] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7c6ada31] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@597cc3e3, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name != ? | {1=Titi}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7c6ada31]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7c6ada31] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@597cc3e3, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.endsWith]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@42428c94
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@42428c94] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@42428c94] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1dab882e, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=a description with a keyword, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description like ? | {1=%a keyword}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@42428c94]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@42428c94] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1dab882e, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.manyToManyCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@29dc6ba1
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@29dc6ba1] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@29dc6ba1] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4779f0e4, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 3={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country_languages(country_id, languages_id) values (?, ?) | {1={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 2={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}, 3={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99, Country_languages.country_id=o.c.s.i.PersistableIdentifier@43}, 4={Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88, Country_languages.country_id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in 2-phases query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Language.code Equals], hasCollectionCriteria=true, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@29dc6ba1]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@29dc6ba1] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4779f0e4, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.notLike]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3d9436c8
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3d9436c8] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3d9436c8] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@12cd4761, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=a description with a keyword, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}, 2={Country.description=a keyword contained in the description, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=null, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.description Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.description not like ? | {1=%contained%}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3d9436c8]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3d9436c8] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@12cd4761, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.crud]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:39	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3711c0cf
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3711c0cf] for JDBC transaction
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3711c0cf] to manual commit
2026-05-19 05:31:39	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@242bba82, testMethod = crud@DerivedQueriesWithJoinTablePolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@3bb80060]; rollback [true]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Country(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@42, Country.modificationDate=null, Country.name=Toto, Country.creationDate=null, Country.euMember=false, Country.presidentId=o.c.s.i.PersistableIdentifier@666}, 2={Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@43, Country.modificationDate=null, Country.name=Tata, Country.creationDate=null, Country.euMember=false, Country.presidentId=null}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into King(name, id) values (?, ?) | {1={King.name=still me, King.id=o.c.s.i.PersistableIdentifier@999}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Realm(id, kingId) values (?, ?) | {1={Realm.kingId=o.c.s.i.PersistableIdentifier@999, Realm.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:39	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:39	TRACE    main	SQLOperation	insert into Republic(deputeCount, id) values (?, ?) | {1={Republic.deputeCount=0, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:39	DEBUG    main	JoinTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name In], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:39	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.modificationDate as Country_modificationDate, Country.creationDate as Country_creationDate, Country.id as Country_id, Realm.id as Realm_id, Republic.deputeCount as Republic_deputeCount, Republic.id as Republic_id, president.name as president_name, president.id as president_id, Realm_king.name as Realm_king_name, Realm_king.id as Realm_king_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Country left outer join Realm as Realm on Country.id = Realm.id left outer join Republic as Republic on Country.id = Republic.id left outer join Person as president on Country.presidentId = president.id left outer join Country_states as Country_states on Country.id = Country_states.country_id left outer join Country_languages as Country_languages on Country.id = Country_languages.country_id left outer join King as Realm_king on Realm.kingId = Realm_king.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country.name in (?, ?) | {1=Toto, 2=Tata}
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Realm
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Realm#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:39	DEBUG    main	JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer	Instantiating entity of type class org.codefilarete.stalactite.engine.model.Republic
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3711c0cf]
2026-05-19 05:31:39	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3711c0cf] after transaction
2026-05-19 05:31:39	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@629951d9 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@242bba82, testMethod = crud@DerivedQueriesWithJoinTablePolymorphismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6dd94be6 testClass = DerivedQueriesWithJoinTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@13878c50 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.CountryDerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest
2026-05-19 05:31:39	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:39	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2273e500, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@7d96dd58, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4dea0112, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@372036d9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@a468ed8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4171eed5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5c8e9578, org.springframework.test.context.event.EventPublishingTestExecutionListener@6a2ef6ce, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5420851d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1ae9ce0a, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@32e4ad7a, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2f61a56e, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7f39d5f2, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@2b74cd81]
2026-05-19 05:31:39	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:39	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 15 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5d715be1
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	create table Country(name varchar(255), description varchar(255), euMember boolean not null, creationDate timestamp, modificationDate timestamp, id int not null, presidentId int, deputeCount integer, DTYPE varchar(255) not null, unique (id))
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.pageable_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7bc01398
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7bc01398] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7bc01398] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@3c8a2421, testMethod = pageable_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toutou, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tutu, Country.creationDate=null}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tonton, Country.creationDate=null}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=TinTin, Country.creationDate=null}}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=T%o%}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7bc01398]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7bc01398] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@3c8a2421, testMethod = pageable_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@54b76e47
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@54b76e47] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@54b76e47] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@7eaa4f2d, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@777, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Equals], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name = ? | {1=Toto}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@54b76e47]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@54b76e47] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@7eaa4f2d, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.projection_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6da71f59
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6da71f59] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6da71f59] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@8e5cf17, testMethod = projection_pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@667, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@668, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@45, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@669, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tonton, Country.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by president.name asc limit ? | {1=%t%, 2=4}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by president.name asc limit ? offset ? | {1=%t%, 2=3, 3=3}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6da71f59]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6da71f59] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@8e5cf17, testMethod = projection_pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@76601281
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@76601281] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@76601281] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@1c8b8a29, testMethod = projection_orderBy@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@667, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@668, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@45, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@669, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tonton, Country.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by president.name asc | {1=%o%}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@76601281]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@76601281] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@1c8b8a29, testMethod = projection_orderBy@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.stream]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@e5a0259
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@e5a0259] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@e5a0259] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@34967d5f, testMethod = stream@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toutou, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tutu, Country.creationDate=null}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tonton, Country.creationDate=null}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=TinTin, Country.creationDate=null}}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@e5a0259]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@e5a0259] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@34967d5f, testMethod = stream@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.projection_resultIsSingle]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4cb1f018
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4cb1f018] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4cb1f018] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@744d766, testMethod = projection_resultIsSingle@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@777, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as name, president.name as president_name from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name = ? | {1=Tata}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4cb1f018]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4cb1f018] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@744d766, testMethod = projection_resultIsSingle@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.pageable_withCompositeOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@481b13f
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@481b13f] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@481b13f] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@388aedda, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o, 2=2, 3=2}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=T%o}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.name asc, Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@481b13f]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@481b13f] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@388aedda, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.dynamicSort]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@59e675a7
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@59e675a7] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@59e675a7] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@4690f8ae, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id desc | {1=T%o}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.name asc, Country.id asc | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@59e675a7]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@59e675a7] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@4690f8ae, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.limit]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@258c4e49
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@258c4e49] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@258c4e49] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@7732b947, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.color=Color[rgb=123], Vehicle.id=o.c.s.i.PersistableIdentifier@1438}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@666, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=o.c.s.i.PersistableIdentifier@237, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id order by Country.name asc limit ? | {1=1}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id order by Country.name asc limit ? | {1=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@258c4e49]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@258c4e49] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@7732b947, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.slice]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5aa940d3
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5aa940d3] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5aa940d3] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@73afff3d, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toutou, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tutu, Country.creationDate=null}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tonton, Country.creationDate=null}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=TinTin, Country.creationDate=null}}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5aa940d3]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5aa940d3] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@73afff3d, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.slice_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@532671f4
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@532671f4] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@532671f4] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@38f4f218, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toutou, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tutu, Country.creationDate=null}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tonton, Country.creationDate=null}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=TinTin, Country.creationDate=null}}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@532671f4]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@532671f4] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@38f4f218, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest.pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@56bc03ff
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@56bc03ff] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@56bc03ff] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@5911172d, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@60fd5e38]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Country(deputeCount, name, description, euMember, modificationDate, creationDate, id, presidentId, DTYPE) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@48, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toutou, Country.creationDate=null}, 2={Country.id=o.c.s.i.PersistableIdentifier@42, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Titi, Country.creationDate=null}, 3={Country.id=o.c.s.i.PersistableIdentifier@43, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Toto, Country.creationDate=null}, 4={Country.id=o.c.s.i.PersistableIdentifier@44, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tata, Country.creationDate=null}, 5={Country.id=o.c.s.i.PersistableIdentifier@45, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tutu, Country.creationDate=null}, 6={Country.id=o.c.s.i.PersistableIdentifier@46, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=Tonton, Country.creationDate=null}, 7={Country.id=o.c.s.i.PersistableIdentifier@47, Country.deputeCount=0, Country.description=null, Country.modificationDate=null, Country.presidentId=null, Country.euMember=false, Country.DTYPE=Republic, Country.name=TinTin, Country.creationDate=null}}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=T%o%}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=%T%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Country.id) as row_count from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	SingleTablePolymorphismEntityFinder	Finding entities in a single query with criteria o.c.s.e.r.q.EntityCriteriaSupportcriteria=[OR Country.name Like], hasCollectionCriteria=false, parent=null
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Country.name as Country_name, Country.description as Country_description, Country.euMember as Country_euMember, Country.creationDate as Country_creationDate, Country.modificationDate as Country_modificationDate, Country.id as Country_id, Country.presidentId as Country_presidentId, Country.deputeCount as Country_deputeCount, Country.DTYPE as Country_DTYPE, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Country left outer join Person as president on Country.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Country.name like ? order by Country.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@56bc03ff]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@56bc03ff] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6cc8136b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@5911172d, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@472dacfb testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4c825f88 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest
2026-05-19 05:31:40	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:40	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18bafa48, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@77011d93, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7da57d3c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@728dab99, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3d2a773a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@42b80889, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1422c17f, org.springframework.test.context.event.EventPublishingTestExecutionListener@bec7101, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@659144e1, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@676fe49a, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6544e831, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@d48e9e1, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@629102e5, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@7a426119]
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 14 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@50893336
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	create table Republic(name varchar(255), description varchar(255), euMember boolean not null, deputeCount integer not null, creationDate timestamp, modificationDate timestamp, id int not null, presidentId int, unique (id))
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	alter table Republic add constraint FK_Republic_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.pageable_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@585444b
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@585444b] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@585444b] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@7f21bba, testMethod = pageable_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toutou, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toto, Republic.creationDate=null}, 4={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 5={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tutu, Republic.creationDate=null}, 6={Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tonton, Republic.creationDate=null}, 7={Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=TinTin, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=T%o%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@585444b]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@585444b] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@7f21bba, testMethod = pageable_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@31795a38
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@31795a38] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@31795a38] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@1d57e7e5, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.vehicleId=null, Person.name=Jane Do, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.vehicleId=null, Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@777, Republic.name=Toto, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@31795a38]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@31795a38] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@1d57e7e5, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.projection_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@22b45d16
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@22b45d16] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@22b45d16] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@6afd3afd, testMethod = projection_pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.vehicleId=null, Person.name=Jane Do, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.vehicleId=null, Person.name=Me, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.vehicleId=null, Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.vehicleId=null, Person.name=Saca do, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.name=Titi, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.name=Tata, Republic.creationDate=null}, 4={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.name=Tonton, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as name, president.name as president_name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by president.name asc limit ? | {1=%t%, 2=4}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as name, president.name as president_name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by president.name asc limit ? offset ? | {1=%t%, 2=3, 3=3}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@22b45d16]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@22b45d16] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@6afd3afd, testMethod = projection_pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d2e16c9
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4d2e16c9] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4d2e16c9] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@71045a81, testMethod = projection_orderBy@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.vehicleId=null, Person.name=Jane Do, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.vehicleId=null, Person.name=Me, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.vehicleId=null, Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.vehicleId=null, Person.name=Saca do, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.name=Titi, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.name=Tata, Republic.creationDate=null}, 4={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.name=Tonton, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as name, president.name as president_name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by president.name asc | {1=%o%}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4d2e16c9]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4d2e16c9] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@71045a81, testMethod = projection_orderBy@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.stream]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@40723407
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@40723407] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@40723407] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@ca94ce0, testMethod = stream@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toutou, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toto, Republic.creationDate=null}, 4={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 5={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tutu, Republic.creationDate=null}, 6={Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tonton, Republic.creationDate=null}, 7={Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=TinTin, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@40723407]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@40723407] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@ca94ce0, testMethod = stream@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.projection_resultIsSingle]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3b0c4ee7
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3b0c4ee7] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3b0c4ee7] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@5f880107, testMethod = projection_resultIsSingle@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.vehicleId=null, Person.name=Jane Do, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.vehicleId=null, Person.name=John Do, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@777, Republic.name=Tata, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as name, president.name as president_name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name = ? | {1=Tata}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3b0c4ee7]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3b0c4ee7] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@5f880107, testMethod = projection_resultIsSingle@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.pageable_withCompositeOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@57bbc4a9
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@57bbc4a9] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@57bbc4a9] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@249f78f6, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toto, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toto, Republic.creationDate=null}, 4={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 5={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 6={Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 7={Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o, 2=2, 3=2}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=T%o}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.name asc, Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@57bbc4a9]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@57bbc4a9] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@249f78f6, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.dynamicSort]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3c9b5da7
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3c9b5da7] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c9b5da7] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@63b53274, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toto, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toto, Republic.creationDate=null}, 4={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 5={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 6={Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 7={Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id desc | {1=T%o}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.name asc, Republic.id asc | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3c9b5da7]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c9b5da7] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@63b53274, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.limit]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1c2af03e
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1c2af03e] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1c2af03e] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@69d1227f, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.name=me, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.vehicleId=null, Person.name=you, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.name=Toto, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.name=Tata, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id order by Republic.name asc limit ? | {1=1}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id order by Republic.name asc limit ? | {1=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1c2af03e]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1c2af03e] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@69d1227f, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.slice]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2cf93c13
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2cf93c13] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2cf93c13] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@351fa6c4, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toutou, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toto, Republic.creationDate=null}, 4={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 5={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tutu, Republic.creationDate=null}, 6={Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tonton, Republic.creationDate=null}, 7={Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=TinTin, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2cf93c13]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2cf93c13] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@351fa6c4, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.slice_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@433d24b0
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@433d24b0] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@433d24b0] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@440eba78, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toutou, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toto, Republic.creationDate=null}, 4={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 5={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tutu, Republic.creationDate=null}, 6={Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tonton, Republic.creationDate=null}, 7={Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=TinTin, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@433d24b0]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@433d24b0] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@440eba78, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest.pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6c66ddf5
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6c66ddf5] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6c66ddf5] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@22741e1d, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@1cf808]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, deputeCount, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?, ?) | {1={Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toutou, Republic.creationDate=null}, 2={Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Titi, Republic.creationDate=null}, 3={Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Toto, Republic.creationDate=null}, 4={Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tata, Republic.creationDate=null}, 5={Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tutu, Republic.creationDate=null}, 6={Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=Tonton, Republic.creationDate=null}, 7={Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.deputeCount=0, Republic.description=null, Republic.euMember=false, Republic.modificationDate=null, Republic.presidentId=null, Republic.name=TinTin, Republic.creationDate=null}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=T%o%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.deputeCount as Republic_deputeCount, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6c66ddf5]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6c66ddf5] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@588d8069 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@22741e1d, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@287aa013 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@34a6a83d key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar])]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest
2026-05-19 05:31:40	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:40	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2b6de492, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@6b14ac40, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@5367e62, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2a9f7c8f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6e12443a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@202a8314, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@16593c1d, org.springframework.test.context.event.EventPublishingTestExecutionListener@47f3415d, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3bbcfe0d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4f7af84d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@101c9c6b, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4db8de9c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@11a81db0, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@9882758]
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 14 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 7 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@fcbdbbf
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	create table Republic(name varchar(255), description varchar(255), euMember boolean not null, creationDate timestamp, modificationDate timestamp, id int not null, presidentId int, unique (id))
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:40	DEBUG    main	DDLDeployer	alter table Republic add constraint FK_Republic_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.pageable_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@36f08b29
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@36f08b29] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@36f08b29] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@77ebc959, testMethod = pageable_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toutou}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 4={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 5={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tutu}, 6={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tonton}, 7={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=TinTin}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=T%o%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@36f08b29]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@36f08b29] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@77ebc959, testMethod = pageable_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@50c618fc
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@50c618fc] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@50c618fc] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@5f1750df, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@777, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@50c618fc]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@50c618fc] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@5f1750df, testMethod = projection_byExtraArgument@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.projection_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@a38b23b
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@a38b23b] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@a38b23b] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@5748c473, testMethod = projection_pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 4={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tonton}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by president.name asc limit ? | {1=%t%, 2=4}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by president.name asc limit ? offset ? | {1=%t%, 2=3, 3=3}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@a38b23b]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@a38b23b] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@5748c473, testMethod = projection_pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@118d0fae
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@118d0fae] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@118d0fae] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@7ba3ffe7, testMethod = projection_orderBy@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 4={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tonton}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by president.name asc | {1=%o%}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@118d0fae]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@118d0fae] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@7ba3ffe7, testMethod = projection_orderBy@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.stream]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@30f1a962
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@30f1a962] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@30f1a962] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@618b11f0, testMethod = stream@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toutou}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 4={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 5={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tutu}, 6={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tonton}, 7={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=TinTin}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@30f1a962]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@30f1a962] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@618b11f0, testMethod = stream@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.projection_resultIsSingle]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@30cb30b0
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@30cb30b0] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@30cb30b0] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@66627468, testMethod = projection_resultIsSingle@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@777, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name = ? | {1=Tata}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@30cb30b0]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@30cb30b0] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@66627468, testMethod = projection_resultIsSingle@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.pageable_withCompositeOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@386bcdd7
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@386bcdd7] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@386bcdd7] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@391674d2, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 4={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 5={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 6={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 7={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o, 2=2, 3=2}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=T%o}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.name asc, Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@386bcdd7]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@386bcdd7] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@391674d2, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.dynamicSort]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@46d0d955
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@46d0d955] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@46d0d955] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@653adef5, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 4={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 5={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 6={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 7={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id desc | {1=T%o}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.name asc, Republic.id asc | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@46d0d955]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@46d0d955] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@653adef5, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.limit]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4d743a3c
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4d743a3c] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4d743a3c] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@68dc2108, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.color=Color[rgb=123], Vehicle.id=o.c.s.i.PersistableIdentifier@1438}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id order by Republic.name asc limit ? | {1=1}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id order by Republic.name asc limit ? | {1=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4d743a3c]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4d743a3c] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@68dc2108, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.slice]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1db5254d
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1db5254d] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1db5254d] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@4fb5befa, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toutou}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 4={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 5={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tutu}, 6={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tonton}, 7={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=TinTin}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc | {1=%T%}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1db5254d]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1db5254d] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@4fb5befa, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.slice_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@19f8dc96
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@19f8dc96] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@19f8dc96] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@69fdf6ed, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toutou}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 4={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 5={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tutu}, 6={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tonton}, 7={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=TinTin}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@19f8dc96]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@19f8dc96] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@69fdf6ed, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:40	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@f2dbb20
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@f2dbb20] for JDBC transaction
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@f2dbb20] to manual commit
2026-05-19 05:31:40	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@2b0458ea, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@5d1416ce]; rollback [true]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:40	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:40	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toutou}, 2={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Titi}, 3={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Toto}, 4={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tata}, 5={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tutu}, 6={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=Tonton}, 7={Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47, Republic.creationDate=null, Republic.modificationDate=null, Republic.name=TinTin}}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=0}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=T%o%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=%T%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:40	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? | {1=%T%}
2026-05-19 05:31:40	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:40	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@f2dbb20]
2026-05-19 05:31:40	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@f2dbb20] after transaction
2026-05-19 05:31:40	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@6d58dad1 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@2b0458ea, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45f0ad4e testClass = DerivedQueriesWithoutMappedCollectionTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest$StalactiteRepositoryContextConfigurationWithoutCollection}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@76b1d49b key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest.StalactiteRepositoryContextConfigurationWithoutCollection.class})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest
2026-05-19 05:31:40	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:40	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3189b7c9, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@2e71bab1, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@274118d6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@270239f6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5bc9e520, org.springframework.test.context.transaction.TransactionalTestExecutionListener@78ce78da, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@576648bd, org.springframework.test.context.event.EventPublishingTestExecutionListener@611d162e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@75e91fc8, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7e6ab107, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1bac2dd7, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1289e4ea, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2fa3be2c, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@4eac056]
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:40	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 14 ms. Found 2 Stalactite repository interfaces.
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@31a82a32
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Country_languages(republic_id int not null, languages_id int not null, unique (republic_id, languages_id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Country_states(republic_id int not null, states_id int not null, unique (republic_id, states_id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Republic(name varchar(255), description varchar(255), euMember boolean not null, creationDate timestamp, modificationDate timestamp, id int not null, presidentId int, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table State(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_republic_id_Republic_id foreign key(republic_id) references Republic(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_states_id_State_id foreign key(states_id) references State(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_republic_id_Republic_id foreign key(republic_id) references Republic(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Republic add constraint FK_Republic_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.methodHasAMatchingBeanQueryWithAnExplicitRepositoryClass_beanQueryIsExecuted]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6eed4f51
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6eed4f51] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6eed4f51] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@87c5a9, testMethod = methodHasAMatchingBeanQueryWithAnExplicitRepositoryClass_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@608c4ff0]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.modificationDate=null, Republic.name=Toto, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.modificationDate=null, Republic.name=Tata, Republic.creationDate=null, Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@777, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? and president.name = ? | {1=true, 2=me}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? and president.name = ? | {1=false, 2=me}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6eed4f51]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6eed4f51] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@87c5a9, testMethod = methodHasAMatchingBeanQueryWithAnExplicitRepositoryClass_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.methodHasAMatchingBeanQuery_beanQueryIsExecuted_andReturnsPage]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3a4e78e
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3a4e78e] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3a4e78e] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@663fe242, testMethod = methodHasAMatchingBeanQuery_beanQueryIsExecuted_andReturnsPage@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@608c4ff0]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Saca Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}, 3={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 4={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.modificationDate=null, Republic.name=Toto, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.modificationDate=null, Republic.name=Titi, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.modificationDate=null, Republic.name=Tata, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.modificationDate=null, Republic.name=Tonton, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? and president.name like ? order by president.name asc limit ? offset ? | {1=true, 2=%o, 3=2, 4=0}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@668
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@668
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@667
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@667
2026-05-19 05:31:41	TRACE    main	SQLOperation	select count(Republic.id) as count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? and president.name like ? | {1=true, 2=%o}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? and president.name like ? order by president.name asc limit ? offset ? | {1=true, 2=%o, 3=2, 4=2}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@669
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@669
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3a4e78e]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3a4e78e] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@663fe242, testMethod = methodHasAMatchingBeanQuery_beanQueryIsExecuted_andReturnsPage@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@72d0aec3
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@72d0aec3] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@72d0aec3] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@77380b54, testMethod = projection_byExtraArgument@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@608c4ff0]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.modificationDate=null, Republic.name=Toto, Republic.creationDate=null, Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.modificationDate=null, Republic.name=Toto, Republic.creationDate=null, Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@777, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@72d0aec3]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@72d0aec3] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@77380b54, testMethod = projection_byExtraArgument@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.methodHasAMatchingBeanQuery_beanQueryIsExecuted_andReturnsSlice]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@74d36822
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@74d36822] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@74d36822] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@7d83458a, testMethod = methodHasAMatchingBeanQuery_beanQueryIsExecuted_andReturnsSlice@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@608c4ff0]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Saca Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}, 3={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 4={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.modificationDate=null, Republic.name=Toto, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.modificationDate=null, Republic.name=Titi, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.modificationDate=null, Republic.name=Tata, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.modificationDate=null, Republic.name=Tonton, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? and president.name like ? order by president.name asc limit ? | {1=true, 2=%Do, 3=3}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@668
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@668
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@667
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@667
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@669
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@669
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? and president.name like ? order by president.name asc limit ? offset ? | {1=true, 2=%Do, 3=2, 4=2}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@669
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@669
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@74d36822]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@74d36822] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@7d83458a, testMethod = methodHasAMatchingBeanQuery_beanQueryIsExecuted_andReturnsSlice@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@39bd738b
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@39bd738b] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@39bd738b] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@1978c926, testMethod = projection_orderBy@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@608c4ff0]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.modificationDate=null, Republic.name=Toto, Republic.creationDate=null, Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.modificationDate=null, Republic.name=Titi, Republic.creationDate=null, Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.modificationDate=null, Republic.name=Tata, Republic.creationDate=null, Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.modificationDate=null, Republic.name=Tonton, Republic.creationDate=null, Republic.euMember=false, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by president.name asc | {1=%o%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@669
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@669
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@39bd738b]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@39bd738b] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@1978c926, testMethod = projection_orderBy@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.methodHasAMatchingBeanName_beanQueryIsExecuted_query]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5ad60105
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5ad60105] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5ad60105] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@e458e88, testMethod = methodHasAMatchingBeanName_beanQueryIsExecuted_query@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@608c4ff0]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@888}, 2={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.modificationDate=null, Republic.name=Toto, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.modificationDate=null, Republic.name=Tata, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@888, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name, Person.name as presidentName from Republic inner join Person on Republic.presidentId = Person.id where Republic.euMember = true and Person.name = :presidentName | {presidentName=me}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5ad60105]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5ad60105] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@e458e88, testMethod = methodHasAMatchingBeanName_beanQueryIsExecuted_query@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.methodHasAMatchingBeanQuery_beanQueryIsExecuted]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@16a76bfe
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@16a76bfe] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@16a76bfe] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@7bdc31bc, testMethod = methodHasAMatchingBeanQuery_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@608c4ff0]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.modificationDate=null, Republic.name=Toto, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.modificationDate=null, Republic.name=Tata, Republic.creationDate=null, Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? and president.name = ? | {1=true, 2=me}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@16a76bfe]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@16a76bfe] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@7bdc31bc, testMethod = methodHasAMatchingBeanQuery_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.methodHasAMatchingBeanName_beanQueryIsExecuted]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@78ddfe90
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@78ddfe90] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@78ddfe90] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@4d6162af, testMethod = methodHasAMatchingBeanName_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@608c4ff0]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.modificationDate=null, Republic.name=Toto, Republic.creationDate=null, Republic.euMember=true, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.modificationDate=null, Republic.name=Tata, Republic.creationDate=null, Republic.euMember=false, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? and president.name = ? | {1=true, 2=me}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@78ddfe90]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@78ddfe90] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@7f45239d testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@4d6162af, testMethod = methodHasAMatchingBeanName_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@414952f testClass = BeanQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@3603cb66 key = [@org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesRepository.class, org.codefilarete.stalactite.spring.repository.query.bean.AnotherBeanQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest
2026-05-19 05:31:41	INFO     main	DefaultTestContextBootstrapper	Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
2026-05-19 05:31:41	INFO     main	DefaultTestContextBootstrapper	Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5240e87f, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@6bb8a6bf, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4f4ba7d7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@320186c2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@675783ed, org.springframework.test.context.transaction.TransactionalTestExecutionListener@49f44ce6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5b133f10, org.springframework.test.context.event.EventPublishingTestExecutionListener@659a9526, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3e892a93, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5571d2d8, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@17589cd9, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@265a08b1, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5170635b, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@acc8cbf]
2026-05-19 05:31:41	INFO     main	RepositoryConfigurationDelegate	Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-19 05:31:41	INFO     main	RepositoryConfigurationDelegate	Bootstrapping Spring Data Stalactite repositories in DEFAULT mode.
2026-05-19 05:31:41	INFO     main	RepositoryConfigurationDelegate	Finished Spring Data repository scanning in 11 ms. Found 1 Stalactite repository interfaces.
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2f3f516c
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Country_languages(republic_id int not null, languages_id int not null, unique (republic_id, languages_id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Country_states(republic_id int not null, states_id int not null, unique (republic_id, states_id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Language(code varchar(255), id int not null, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Person(name varchar(255), id int not null, vehicleId int, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Republic(name varchar(255), description varchar(255), euMember boolean not null, creationDate timestamp, modificationDate timestamp, id int not null, presidentId int, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table State(name varchar(255), id int not null, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	create table Vehicle(color int, id int not null, unique (id))
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_languages_id_Language_id foreign key(languages_id) references Language(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Country_languages add constraint FK_Country_languages_republic_id_Republic_id foreign key(republic_id) references Republic(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_states_id_State_id foreign key(states_id) references State(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Country_states add constraint FK_Country_states_republic_id_Republic_id foreign key(republic_id) references Republic(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-05-19 05:31:41	DEBUG    main	DDLDeployer	alter table Republic add constraint FK_Republic_presidentId_Person_id foreign key(presidentId) references Person(id)
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.equals_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2eff2697
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2eff2697] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2eff2697] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1043804c, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Republic.name) = lower(?) | {1=TOTO}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Republic.name) = lower(?) | {1=toto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Republic.name) = lower(?) | {1=TOTO}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Republic.name) = lower(?) | {1=toto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2eff2697]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2eff2697] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1043804c, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.startsWith]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@16e9fc1f
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@16e9fc1f] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@16e9fc1f] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@55dc8d6c, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a description with a keyword, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.description like ? | {1=a keyword%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@16e9fc1f]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@16e9fc1f] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@55dc8d6c, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.projection_byExtraArgument]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f62cea
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7f62cea] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7f62cea] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3fa54a4b, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@777}, 2={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@777, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@777
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7f62cea]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7f62cea] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3fa54a4b, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.projection_pageable]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4e619945
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4e619945] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4e619945] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4591384f, testMethod = projection_pageable@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tonton, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by president.name asc limit ? | {1=%t%, 2=4}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by president.name asc limit ? offset ? | {1=%t%, 2=3, 3=3}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4e619945]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4e619945] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4591384f, testMethod = projection_pageable@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.before]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7322fbb3
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7322fbb3] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7322fbb3] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6515ac88, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id < ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7322fbb3]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7322fbb3] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6515ac88, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.exists]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@222ede10
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@222ede10] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@222ede10] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@517eb52c, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as Republic_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? limit ? | {1=Toto, 2=1}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as Republic_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? limit ? | {1=Tutu, 2=1}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@222ede10]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@222ede10] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@517eb52c, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4c96d71f
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4c96d71f] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4c96d71f] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2f4e2e7b, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 2={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 3={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:41	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4c96d71f]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4c96d71f] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2f4e2e7b, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.isNull]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5baded37
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5baded37] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5baded37] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6e14502a, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name is null | {}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5baded37]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5baded37] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6e14502a, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.orderBy_onDepthProperty]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@33580d49
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@33580d49] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@33580d49] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7ae70f17, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=C, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=A, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 3={Person.name=B, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@123}, 4={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tonton, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tintin, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tantan, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@123, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@456, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by president.name asc | {1=T%n}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@33580d49]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@33580d49] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7ae70f17, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.like_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@27d9103f
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@27d9103f] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@27d9103f] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1fd812d, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tutu, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tonton, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Republic.name) like lower(?) | {1=%O%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@27d9103f]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@27d9103f] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1fd812d, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.projection_orderBy]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@54d79178
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@54d79178] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@54d79178] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6d610dfd, testMethod = projection_orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=Jane Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@668}, 2={Person.name=Me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 3={Person.name=John Do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@667}, 4={Person.name=Saca do, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@669}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@667, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@668, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tonton, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@669, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%o%}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%t%}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by president.name asc | {1=%t%}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@54d79178]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@54d79178] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6d610dfd, testMethod = projection_orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.lesser]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@693f2b2d
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@693f2b2d] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@693f2b2d] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@506dd1da, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id < ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@693f2b2d]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@693f2b2d] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@506dd1da, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.embeddedCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@578d481b
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@578d481b] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@578d481b] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@74bd4843, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=Fri Jan 22 11:10:23 UTC 2010, Republic.name=Toto, Republic.modificationDate=Fri May 10 10:30:45 UTC 2024, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.creationDate < ? | {1=Tue May 19 05:31:41 UTC 2026}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@578d481b]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@578d481b] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@74bd4843, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.ignoreCase_all]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6a6d027e
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6a6d027e] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6a6d027e] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@13493515, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=a description with a keyword, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=TOtO, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=toTO, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=TonTon, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where (lower(Republic.name) = lower(?) and lower(Republic.description) like lower(?)) | {1=toTO, 2=%CoNtAINed%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6a6d027e]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6a6d027e] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@13493515, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.ignoreCase_and]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@2a6d0b1e
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@2a6d0b1e] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2a6d0b1e] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@48182b35, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=a description with a keyword, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=TOtO, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=toTO, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=TonTon, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where (lower(Republic.name) = lower(?) and Republic.description like ?) | {1=toTO, 2=%contained%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@2a6d0b1e]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@2a6d0b1e] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@48182b35, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.twoCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@39964392
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@39964392] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@39964392] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3f07d890, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where (Republic.id = ? and Republic.name = ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=Toto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@39964392]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@39964392] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3f07d890, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.stream]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@11eadf2a
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@11eadf2a] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@11eadf2a] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@49520749, testMethod = stream@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toutou, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tutu, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tonton, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.euMember=false, Republic.creationDate=null, Republic.name=TinTin, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%T%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@11eadf2a]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@11eadf2a] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@49520749, testMethod = stream@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.equalBoolean]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@1fce9ab0
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@1fce9ab0] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1fce9ab0] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@286dd7e6, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=true, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? | {1=true}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.euMember = ? | {1=false}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@1fce9ab0]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@1fce9ab0] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@286dd7e6, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.limit_throwsExceptionBecauseOfCollectionPropertyMapping]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@44b14df7
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@44b14df7] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@44b14df7] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@42add6ba, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 3={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@44b14df7]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@44b14df7] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@42add6ba, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.contains]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@97c920b
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@97c920b] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@97c920b] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3228fae8, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a description with a keyword, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.description like ? | {1=%contained%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@97c920b]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@97c920b] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3228fae8, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.in_string]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3c1b7e86
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3c1b7e86] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c1b7e86] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5330e949, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name in (?) | {1=Titi}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Republic.name) in (lower(?)) | {1=tiTI}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Republic.name) in (lower(?), lower(?)) | {1=tiTI, 2=TOto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3c1b7e86]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c1b7e86] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5330e949, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.notIn_string]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5ad698ea
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5ad698ea] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5ad698ea] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@34fa891d, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Republic.name) not in (lower(?)) | {1=TATA}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5ad698ea]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5ad698ea] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@34fa891d, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.greaterEquals]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@68e7231a
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@68e7231a] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@68e7231a] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7bff9a5b, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id >= ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@68e7231a]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@68e7231a] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7bff9a5b, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.projection_resultIsSingle]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@67b6ae86
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@67b6ae86] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@67b6ae86] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@617bc413, testMethod = projection_resultIsSingle@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select president.name as president_name, Republic.name as name from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@67b6ae86]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@67b6ae86] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@617bc413, testMethod = projection_resultIsSingle@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.countDistinctByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3c18b907
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3c18b907] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c18b907] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3259f22d, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 3={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 4={Language.id=o.c.s.i.PersistableIdentifier@78, Language.code=fr_fr}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 5 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@78}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 5={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select count(distinct Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select count(distinct Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3c18b907]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3c18b907] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3259f22d, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.between]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@43085d7f
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@43085d7f] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@43085d7f] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@d5de884, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id between ? and ? | {1=o.c.s.i.PersistedIdentifier@40, 2=o.c.s.i.PersistedIdentifier@50}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@43085d7f]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@43085d7f] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@d5de884, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.notContains]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7f3ca861
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7f3ca861] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7f3ca861] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5a8bd7f3, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a description with a keyword, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.description not like ? | {1=%contained%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7f3ca861]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7f3ca861] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5a8bd7f3, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.countByCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5658d44c
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5658d44c] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5658d44c] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@71c22227, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 2={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 3={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select count(Republic.id) as row_count from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5658d44c]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5658d44c] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@71c22227, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.in]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@28680990
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@28680990] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@28680990] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1981016e, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@28680990]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@28680990] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1981016e, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.or]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@658a321a
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@658a321a] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@658a321a] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2c79374f, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=a description with a keyword, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=true, Republic.creationDate=null, Republic.name=TOtO, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=toTO, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=TonTon, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? or Republic.description = ? | {1=TOtO, 2=a description with a keyword}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? or (Republic.description = ? and Republic.euMember = ?) or president.name = ? | {1=TonTon, 2=a keyword contained in the description, 3=true, 4=me}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@658a321a]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@658a321a] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2c79374f, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.like]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6c75b16b
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6c75b16b] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6c75b16b] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7f654df6, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a description with a keyword, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.description like ? | {1=%keyword%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6c75b16b]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6c75b16b] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7f654df6, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.oneToOneCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6d924abc
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6d924abc] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6d924abc] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2abeb84c, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president.id = ? | {1=o.c.s.i.PersistedIdentifier@666}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president.name = ? | {1=me}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_vehicle.color = ? | {1=Color[rgb=123]}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6d924abc]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6d924abc] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2abeb84c, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.oneResultExpected_severalResults_throwsException]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@4c5eee64
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@4c5eee64] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4c5eee64] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@602fcc13, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@4c5eee64]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@4c5eee64] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@602fcc13, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.after]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@71cc9bdf
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@71cc9bdf] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@71cc9bdf] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1a0f3894, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id > ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@71cc9bdf]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@71cc9bdf] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1a0f3894, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.equal]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@176a77c
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@176a77c] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@176a77c] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@47035f8a, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name = ? | {1=Toto}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@176a77c]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@176a77c] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@47035f8a, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.limit]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3b397ee4
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3b397ee4] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3b397ee4] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2ee0b92, testMethod = limit@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=C, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=A, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 3={Person.name=B, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@123}, 4={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tonton, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tintin, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tantan, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@123, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@456, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3b397ee4]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3b397ee4] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2ee0b92, testMethod = limit@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.notIn]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@37208dc0
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@37208dc0] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@37208dc0] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@31d97830, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id not in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@37208dc0]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@37208dc0] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@31d97830, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.slice]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@fcad0bd
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@fcad0bd] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@fcad0bd] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@331d48d, testMethod = slice@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toutou, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tutu, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tonton, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.euMember=false, Republic.creationDate=null, Republic.name=TinTin, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc | {1=%T%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@45
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@46
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@47
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc limit ? offset ? | {1=T%o%, 2=2, 3=2}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@48
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@fcad0bd]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@fcad0bd] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@331d48d, testMethod = slice@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.slice_withOrder]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@739e7618
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@739e7618] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@739e7618] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@38502441, testMethod = slice_withOrder@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 7 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toutou, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@48}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 5={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tutu, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}, 6={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tonton, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@46}, 7={Republic.euMember=false, Republic.creationDate=null, Republic.name=TinTin, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@47}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.id asc limit ? | {1=%T%, 2=3}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@739e7618]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@739e7618] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@38502441, testMethod = slice_withOrder@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.greater]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@41c5dee
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@41c5dee] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@41c5dee] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@17aab35b, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id > ? | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@41c5dee]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@41c5dee] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@17aab35b, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.ignoreCase_dynamic_inMemory]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@471a7e2b
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@471a7e2b] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@471a7e2b] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@22292704, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto_b, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=TOtO_c, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=toTO_a, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=TonTon, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 3={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 6 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@44, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@44, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 5={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 6={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:41	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code like ? | {1=%_%}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43, o.c.s.i.PersistedIdentifier@44]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code like ? | {1=%_%}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43, o.c.s.i.PersistedIdentifier@44]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@471a7e2b]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@471a7e2b] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@22292704, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.notLike_ignoreCase]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6f1cd15f
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6f1cd15f] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6f1cd15f] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2f48d6d7, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tutu, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tonton, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where lower(Republic.name) not like lower(?) | {1=%O%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6f1cd15f]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6f1cd15f] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2f48d6d7, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.orderBy_dynamic]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@3fe10c5f
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@3fe10c5f] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3fe10c5f] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7c6a7fe7, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 2={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 3={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:41	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@3fe10c5f]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@3fe10c5f] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7c6a7fe7, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.orderBy_criteriaOnCollection_onDepthProperty]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@5258fc5e
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@5258fc5e] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5258fc5e] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2520af4f, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=C, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=A, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 3={Person.name=B, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@123}, 4={Person.name=me, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@456}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tata, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=Titi, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@123, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=Tutu, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@456, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}, 3={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 5 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@44, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 5={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:41	DEBUG    main	EntityQueryCriteriaSupport	Sorting loaded entities in memory
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43, o.c.s.i.PersistedIdentifier@44]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43, 3=o.c.s.i.PersistedIdentifier@44}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@123
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@5258fc5e]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@5258fc5e] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2520af4f, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.elementCollectionCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7abcf8c3
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7abcf8c3] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7abcf8c3] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3b8da4a4, testMethod = elementCollectionCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person_nicknames(nicknames, id) values (?, ?) | {1={Person_nicknames.id=o.c.s.i.PersistableIdentifier@666, Person_nicknames.nicknames=John Do}, 2={Person_nicknames.id=o.c.s.i.PersistableIdentifier@666, Person_nicknames.nicknames=Jane Do}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.name=null, State.id=o.c.s.i.PersistableIdentifier@100}, 2={State.name=null, State.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_states(republic_id, states_id) values (?, ?) | {1={Country_states.republic_id=o.c.s.i.PersistableIdentifier@42, Country_states.states_id=o.c.s.i.PersistableIdentifier@100}, 2={Country_states.republic_id=o.c.s.i.PersistableIdentifier@42, Country_states.states_id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_states_State.id in (?) | {1=o.c.s.i.PersistableIdentifier@100}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_Person_nicknames.nicknames in (?) | {1=John Do}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7abcf8c3]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7abcf8c3] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3b8da4a4, testMethod = elementCollectionCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.delete_manyToManyCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@68c0db79
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@68c0db79] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@68c0db79] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@414d03a9, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 2={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 3={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	delete from Country_languages where republic_id = ? and languages_id = ? | {1={Country_languages.republic_id=o.c.s.i.PersistedIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistedIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@88}, 3={Country_languages.republic_id=o.c.s.i.PersistedIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@77}, 4={Country_languages.republic_id=o.c.s.i.PersistedIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistedIdentifier@99}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	delete from Republic where id = ? | {1={Republic.id=o.c.s.i.PersistedIdentifier@42}, 2={Republic.id=o.c.s.i.PersistedIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@68c0db79]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@68c0db79] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@414d03a9, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.mapCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@622fdb43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@622fdb43] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@622fdb43] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@12443b10, testMethod = mapCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}, 2={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 6 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person_phoneNumbers(value, key, id) values (?, ?, ?) | {1={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.key=Matignon, Person_phoneNumbers.value=06 66 66 66 66}, 2={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.key=work, Person_phoneNumbers.value=02 22 22 22 22}, 3={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.key=mobile, Person_phoneNumbers.value=03 33 33 33 33}, 4={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.key=home, Person_phoneNumbers.value=01 11 11 11 11}, 5={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@666, Person_phoneNumbers.key=home, Person_phoneNumbers.value=01 11 11 11 11}, 6={Person_phoneNumbers.id=o.c.s.i.PersistableIdentifier@237, Person_phoneNumbers.key=work, Person_phoneNumbers.value=05 55 55 55 55}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into State(name, id) values (?, ?) | {1={State.name=null, State.id=o.c.s.i.PersistableIdentifier@100}, 2={State.name=null, State.id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_states(republic_id, states_id) values (?, ?) | {1={Country_states.republic_id=o.c.s.i.PersistableIdentifier@42, Country_states.states_id=o.c.s.i.PersistableIdentifier@100}, 2={Country_states.republic_id=o.c.s.i.PersistableIdentifier@42, Country_states.states_id=o.c.s.i.PersistableIdentifier@200}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_Person_phoneNumbers.value = ? | {1=01 11 11 11 11}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where president_Person_phoneNumbers.value = ? | {1=06 66 66 66 66}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@622fdb43]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@622fdb43] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@12443b10, testMethod = mapCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.ignoreCase_dynamic]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@108cfc9a
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@108cfc9a] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@108cfc9a] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@491e9d23, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto_b, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=TOtO_c, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}, 3={Republic.euMember=false, Republic.creationDate=null, Republic.name=toTO_a, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@44}, 4={Republic.euMember=false, Republic.creationDate=null, Republic.name=TonTon, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@45}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by Republic.name asc | {1=%t%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name like ? order by lower(Republic.name) asc | {1=%t%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@44
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@108cfc9a]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@108cfc9a] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@491e9d23, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.lesserEquals]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@7adce361
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@7adce361] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7adce361] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@484b8cee, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id <= ? | {1=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@7adce361]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@7adce361] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@484b8cee, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.isNotNull]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@56821fdd
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@56821fdd] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@56821fdd] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@52d0d545, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistableIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name is not null | {}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@56821fdd]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@56821fdd] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@52d0d545, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.notEqual]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@624f66c0
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@624f66c0] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@624f66c0] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3c034b6d, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.name != ? | {1=Titi}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@624f66c0]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@624f66c0] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3c034b6d, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.endsWith]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@637c6caa
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@637c6caa] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@637c6caa] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@191356ef, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a description with a keyword, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.description like ? | {1=%a keyword}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@637c6caa]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@637c6caa] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@191356ef, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.manyToManyCriteria]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@65343f74
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@65343f74] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@65343f74] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@16502f10, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 1 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Vehicle(color, id) values (?, ?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1438, Vehicle.color=Color[rgb=123]}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Person(name, id, vehicleId) values (?, ?, ?) | {1={Person.name=me, Person.vehicleId=o.c.s.i.PersistableIdentifier@1438, Person.id=o.c.s.i.PersistableIdentifier@666}, 2={Person.name=you, Person.vehicleId=null, Person.id=o.c.s.i.PersistableIdentifier@237}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@666, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=Toto, Republic.modificationDate=null, Republic.description=null, Republic.presidentId=o.c.s.i.PersistableIdentifier@237, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 3 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Language(code, id) values (?, ?) | {1={Language.id=o.c.s.i.PersistableIdentifier@88, Language.code=en_en}, 2={Language.id=o.c.s.i.PersistableIdentifier@77, Language.code=fr_fr}, 3={Language.id=o.c.s.i.PersistableIdentifier@99, Language.code=es_es}}
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 4 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Country_languages(republic_id, languages_id) values (?, ?) | {1={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 2={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@77}, 3={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@43, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@99}, 4={Country_languages.republic_id=o.c.s.i.PersistableIdentifier@42, Country_languages.languages_id=o.c.s.i.PersistableIdentifier@88}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=fr_fr}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42, o.c.s.i.PersistedIdentifier@43]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?, ?) | {1=o.c.s.i.PersistedIdentifier@42, 2=o.c.s.i.PersistedIdentifier@43}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@43
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@237
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.id as rootId from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Country_languages_Language.code = ? | {1=en_en}
2026-05-19 05:31:41	DEBUG    main	SimpleRelationalEntityPersister	selecting entities [o.c.s.i.PersistedIdentifier@42]
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.id in (?) | {1=o.c.s.i.PersistedIdentifier@42}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@65343f74]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@65343f74] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@16502f10, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Creating new transaction with name [org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.notLike]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2026-05-19 05:31:41	INFO     main	HSQLDBInMemoryDataSource	giving connection org.hsqldb.jdbc.JDBCConnection@6d21b567
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Acquired Connection [org.hsqldb.jdbc.JDBCConnection@6d21b567] for JDBC transaction
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Switching JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6d21b567] to manual commit
2026-05-19 05:31:41	INFO     main	TransactionContext	Began transaction (1) for test context [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@63f407b7, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]; transaction manager [org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManager@61c43075]; rollback [true]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Participating in existing transaction
2026-05-19 05:31:41	DEBUG    main	SQLOperation	Batching statement 2 times
2026-05-19 05:31:41	TRACE    main	SQLOperation	insert into Republic(name, description, euMember, modificationDate, creationDate, id, presidentId) values (?, ?, ?, ?, ?, ?, ?) | {1={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a description with a keyword, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@42}, 2={Republic.euMember=false, Republic.creationDate=null, Republic.name=null, Republic.modificationDate=null, Republic.description=a keyword contained in the description, Republic.presidentId=null, Republic.id=o.c.s.i.PersistableIdentifier@43}}
2026-05-19 05:31:41	TRACE    main	SQLOperation	select Republic.name as Republic_name, Republic.description as Republic_description, Republic.euMember as Republic_euMember, Republic.modificationDate as Republic_modificationDate, Republic.creationDate as Republic_creationDate, Republic.id as Republic_id, president.name as president_name, president.id as president_id, president_vehicle.color as president_vehicle_color, president_vehicle.id as president_vehicle_id, president_Person_nicknames.nicknames as president_Person_nicknames_nicknames, president_Person_nicknames.id as president_Person_nicknames_id, president_Person_phoneNumbers.value as president_Person_phoneNumbers_value, president_Person_phoneNumbers.key as president_Person_phoneNumbers_key, president_Person_phoneNumbers.id as president_Person_phoneNumbers_id, Country_states_State.name as Country_states_State_name, Country_states_State.id as Country_states_State_id, Country_languages_Language.code as Country_languages_Language_code, Country_languages_Language.id as Country_languages_Language_id from Republic left outer join Person as president on Republic.presidentId = president.id left outer join Country_states as Country_states on Republic.id = Country_states.republic_id left outer join Country_languages as Country_languages on Republic.id = Country_languages.republic_id left outer join Vehicle as president_vehicle on president.vehicleId = president_vehicle.id left outer join Person_nicknames as president_Person_nicknames on president.id = president_Person_nicknames.id left outer join Person_phoneNumbers as president_Person_phoneNumbers on president.id = president_Person_phoneNumbers.id left outer join State as Country_states_State on Country_states.states_id = Country_states_State.id left outer join Language as Country_languages_Language on Country_languages.languages_id = Country_languages_Language.id where Republic.description not like ? | {1=%contained%}
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Republic
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	EntityTreeInflater	Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Republic#o.c.s.i.PersistedIdentifier@42
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Initiating transaction rollback
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Rolling back JDBC transaction on Connection [org.hsqldb.jdbc.JDBCConnection@6d21b567]
2026-05-19 05:31:41	DEBUG    main	StalactitePlatformTransactionManager	Releasing JDBC Connection [org.hsqldb.jdbc.JDBCConnection@6d21b567] after transaction
2026-05-19 05:31:41	INFO     main	TransactionContext	Rolled back transaction for test: [DefaultTestContext@1da6e963 testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@63f407b7, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47dfd74d testClass = DerivedQueriesTest, locations = '{}', classes = '{class org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase, class org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest$StalactiteRepositoryContextConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[ImportsContextCustomizer@4b833597 key = [@org.springframework.test.context.ContextConfiguration(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={}), @org.springframework.transaction.annotation.Transactional(isolation=DEFAULT, label={}, noRollbackFor={}, noRollbackForClassName={}, propagation=REQUIRED, readOnly=false, rollbackFor={}, rollbackForClassName={}, timeout=-1, timeoutString="", transactionManager="", value=""), @org.apiguardian.api.API(consumers={"*"}, since="5.0", status=STABLE), @org.codefilarete.stalactite.spring.repository.config.EnableStalactiteRepositories(basePackageClasses={}, basePackages={"org.codefilarete.stalactite.spring.repository.query"}, bootstrapMode=DEFAULT, considerNestedRepositories=false, enableDefaultTransactions=true, excludeFilters={}, includeFilters={@org.springframework.context.annotation.ComponentScan.Filter(classes={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class}, pattern={}, type=ASSIGNABLE_TYPE, value={org.codefilarete.stalactite.spring.repository.query.DerivedQueriesRepository.class})}, repositoryBaseClass=org.springframework.data.repository.config.DefaultRepositoryBaseClass.class, repositoryFactoryBeanClass=org.codefilarete.stalactite.spring.repository.StalactiteRepositoryFactoryBean.class, repositoryImplementationPostfix="Impl", transactionManagerRef="transactionManager", value={}), @org.springframework.test.context.junit.jupiter.SpringJUnitConfig(classes={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}, inheritInitializers=true, inheritLocations=true, initializers={}, locations={}, name="", value={org.codefilarete.stalactite.spring.repository.query.StalactiteRepositoryContextConfigurationBase.class, org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest.StalactiteRepositoryContextConfiguration.class}), @org.springframework.context.annotation.Import(value=[class org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoriesRegistrar]), @org.springframework.test.context.ContextConfiguration(classes={}, inheritInitializers=true, inheritLocations=true, initializers={}, loader=org.springframework.test.context.ContextLoader.class, locations={}, name="", value={})]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@216f01, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@389a5022, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7f5ce33e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1a785fd5], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest
[INFO] Running org.codefilarete.stalactite.spring.repository.query.PartTreeStalactiteProjectionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.codefilarete.stalactite.spring.repository.query.PartTreeStalactiteProjectionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 319, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ spring-data ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/target/stalactite-spring-data-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ spring-data ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/target/jacoco.exec
[INFO] Analyzed bundle 'spring-data' with 63 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ spring-data ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/spring-data/3.0.0-SNAPSHOT/spring-data-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/target/stalactite-spring-data-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/spring-data/3.0.0-SNAPSHOT/spring-data-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.codefilarete.stalactite:spring-autoconfigure >----------
[INFO] Building spring-autoconfigure 3.0.0-SNAPSHOT                     [12/36]
[INFO]   from spring-integration/autoconfigure/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ spring-autoconfigure ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ spring-autoconfigure ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ spring-autoconfigure ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ spring-autoconfigure ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ spring-autoconfigure ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ spring-autoconfigure ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/target/test-classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/src/test/java/org/codefilarete/stalactite/spring/autoconfigure/StalactiteAutoConfigurationTest.java: /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/src/test/java/org/codefilarete/stalactite/spring/autoconfigure/StalactiteAutoConfigurationTest.java uses unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/src/test/java/org/codefilarete/stalactite/spring/autoconfigure/StalactiteAutoConfigurationTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ spring-autoconfigure ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.spring.autoconfigure.StalactiteAutoConfigurationTest

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::               (v2.7.18)

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.38 s - in org.codefilarete.stalactite.spring.autoconfigure.StalactiteAutoConfigurationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ spring-autoconfigure ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/target/stalactite-spring-autoconfigure-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ spring-autoconfigure ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/target/jacoco.exec
[INFO] Analyzed bundle 'spring-autoconfigure' with 6 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ spring-autoconfigure ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/spring-autoconfigure/3.0.0-SNAPSHOT/spring-autoconfigure-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/target/stalactite-spring-autoconfigure-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/spring-autoconfigure/3.0.0-SNAPSHOT/spring-autoconfigure-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:sql-derby-adapter >------------
[INFO] Building sql-derby-adapter 3.0.0-SNAPSHOT                        [13/36]
[INFO]   from sql-adapter/sql-derby-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql-derby-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql-derby-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ sql-derby-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sql-derby-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ sql-derby-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sql-derby-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sql-derby-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.sql.derby.result.ResultSetIteratorDerbyTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 s - in org.codefilarete.stalactite.sql.derby.result.ResultSetIteratorDerbyTest
[INFO] Running org.codefilarete.stalactite.sql.derby.statement.SQLOperationDerbyTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.726 s - in org.codefilarete.stalactite.sql.derby.statement.SQLOperationDerbyTest
[INFO] Running org.codefilarete.stalactite.sql.derby.statement.binder.DerbyParameterBindersTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.013 s - in org.codefilarete.stalactite.sql.derby.statement.binder.DerbyParameterBindersTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ sql-derby-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target/stalactite-sql-derby-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ sql-derby-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target/stalactite-sql-derby-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql-derby-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'sql-derby-adapter' with 4 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql-derby-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-derby-adapter/3.0.0-SNAPSHOT/sql-derby-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target/stalactite-sql-derby-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-derby-adapter/3.0.0-SNAPSHOT/sql-derby-adapter-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target/stalactite-sql-derby-adapter-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-derby-adapter/3.0.0-SNAPSHOT/sql-derby-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] -------------< org.codefilarete.stalactite:sql-h2-adapter >-------------
[INFO] Building sql-h2-adapter 3.0.0-SNAPSHOT                           [14/36]
[INFO]   from sql-adapter/sql-h2-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql-h2-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql-h2-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ sql-h2-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sql-h2-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ sql-h2-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sql-h2-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sql-h2-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.sql.h2.result.ResultSetIteratorH2Test
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s - in org.codefilarete.stalactite.sql.h2.result.ResultSetIteratorH2Test
[INFO] Running org.codefilarete.stalactite.sql.h2.statement.binder.H2ParameterBindersTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.codefilarete.stalactite.sql.h2.statement.binder.H2ParameterBindersTest
[INFO] Running org.codefilarete.stalactite.sql.h2.statement.SQLOperationH2Test
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s - in org.codefilarete.stalactite.sql.h2.statement.SQLOperationH2Test
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ sql-h2-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target/stalactite-sql-h2-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ sql-h2-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target/stalactite-sql-h2-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql-h2-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'sql-h2-adapter' with 2 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql-h2-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-h2-adapter/3.0.0-SNAPSHOT/sql-h2-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target/stalactite-sql-h2-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-h2-adapter/3.0.0-SNAPSHOT/sql-h2-adapter-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target/stalactite-sql-h2-adapter-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-h2-adapter/3.0.0-SNAPSHOT/sql-h2-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] ----------< org.codefilarete.stalactite:sql-mariadb-adapter >-----------
[INFO] Building sql-mariadb-adapter 3.0.0-SNAPSHOT                      [15/36]
[INFO]   from sql-adapter/sql-mariadb-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql-mariadb-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql-mariadb-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ sql-mariadb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sql-mariadb-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ sql-mariadb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sql-mariadb-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sql-mariadb-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.sql.mariadb.result.ResultSetIteratorMariaDBTest
using embedded datasource
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.559 s - in org.codefilarete.stalactite.sql.mariadb.result.ResultSetIteratorMariaDBTest
[INFO] Running org.codefilarete.stalactite.sql.mariadb.statement.binder.MariaDBParameterBindersTest
using embedded datasource
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.83 s - in org.codefilarete.stalactite.sql.mariadb.statement.binder.MariaDBParameterBindersTest
[INFO] Running org.codefilarete.stalactite.sql.mariadb.statement.SQLOperationMariaDBTest
using embedded datasource
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s - in org.codefilarete.stalactite.sql.mariadb.statement.SQLOperationMariaDBTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ sql-mariadb-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target/stalactite-sql-mariadb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ sql-mariadb-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target/stalactite-sql-mariadb-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql-mariadb-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'sql-mariadb-adapter' with 2 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql-mariadb-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-mariadb-adapter/3.0.0-SNAPSHOT/sql-mariadb-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target/stalactite-sql-mariadb-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-mariadb-adapter/3.0.0-SNAPSHOT/sql-mariadb-adapter-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target/stalactite-sql-mariadb-adapter-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-mariadb-adapter/3.0.0-SNAPSHOT/sql-mariadb-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:sql-mysql-adapter >------------
[INFO] Building sql-mysql-adapter 3.0.0-SNAPSHOT                        [16/36]
[INFO]   from sql-adapter/sql-mysql-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql-mysql-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql-mysql-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ sql-mysql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sql-mysql-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ sql-mysql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sql-mysql-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sql-mysql-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.sql.mysql.result.ResultSetIteratorMySQLTest
using embedded datasource
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.649 s - in org.codefilarete.stalactite.sql.mysql.result.ResultSetIteratorMySQLTest
[INFO] Running org.codefilarete.stalactite.sql.mysql.statement.binder.MySQLParameterBindersTest
using embedded datasource
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.153 s - in org.codefilarete.stalactite.sql.mysql.statement.binder.MySQLParameterBindersTest
[INFO] Running org.codefilarete.stalactite.sql.mysql.statement.SQLOperationMySQLTest
using embedded datasource
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.codefilarete.stalactite.sql.mysql.statement.SQLOperationMySQLTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ sql-mysql-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target/stalactite-sql-mysql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ sql-mysql-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target/stalactite-sql-mysql-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql-mysql-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'sql-mysql-adapter' with 2 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql-mysql-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-mysql-adapter/3.0.0-SNAPSHOT/sql-mysql-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target/stalactite-sql-mysql-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-mysql-adapter/3.0.0-SNAPSHOT/sql-mysql-adapter-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target/stalactite-sql-mysql-adapter-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-mysql-adapter/3.0.0-SNAPSHOT/sql-mysql-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:sql-oracle-adapter >-----------
[INFO] Building sql-oracle-adapter 3.0.0-SNAPSHOT                       [17/36]
[INFO]   from sql-adapter/sql-oracle-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql-oracle-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql-oracle-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ sql-oracle-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sql-oracle-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/src/main/java/org/codefilarete/stalactite/sql/oracle/statement/binder/OracleParameterBinders.java: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/src/main/java/org/codefilarete/stalactite/sql/oracle/statement/binder/OracleParameterBinders.java uses or overrides a deprecated API.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/src/main/java/org/codefilarete/stalactite/sql/oracle/statement/binder/OracleParameterBinders.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ sql-oracle-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sql-oracle-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sql-oracle-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.sql.oracle.result.ResultSetIteratorOracleTest
using embedded datasource
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.001 s - in org.codefilarete.stalactite.sql.oracle.result.ResultSetIteratorOracleTest
[INFO] Running org.codefilarete.stalactite.sql.oracle.statement.binder.OracleParameterBindersTest
using embedded datasource
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 s - in org.codefilarete.stalactite.sql.oracle.statement.binder.OracleParameterBindersTest
[INFO] Running org.codefilarete.stalactite.sql.oracle.statement.SQLOperationOracleTest
using embedded datasource
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s - in org.codefilarete.stalactite.sql.oracle.statement.SQLOperationOracleTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ sql-oracle-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target/stalactite-sql-oracle-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ sql-oracle-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target/stalactite-sql-oracle-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql-oracle-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'sql-oracle-adapter' with 6 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql-oracle-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-oracle-adapter/3.0.0-SNAPSHOT/sql-oracle-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target/stalactite-sql-oracle-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-oracle-adapter/3.0.0-SNAPSHOT/sql-oracle-adapter-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target/stalactite-sql-oracle-adapter-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-oracle-adapter/3.0.0-SNAPSHOT/sql-oracle-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] ---------< org.codefilarete.stalactite:sql-postgresql-adapter >---------
[INFO] Building sql-postgresql-adapter 3.0.0-SNAPSHOT                   [18/36]
[INFO]   from sql-adapter/sql-postgresql-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql-postgresql-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql-postgresql-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ sql-postgresql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sql-postgresql-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ sql-postgresql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sql-postgresql-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sql-postgresql-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.sql.postgresql.result.ResultSetIteratorPostgreSQLTest
using embedded datasource
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.79 s - in org.codefilarete.stalactite.sql.postgresql.result.ResultSetIteratorPostgreSQLTest
[INFO] Running org.codefilarete.stalactite.sql.postgresql.statement.binder.PostgreSQLParameterBindersTest
using embedded datasource
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 s - in org.codefilarete.stalactite.sql.postgresql.statement.binder.PostgreSQLParameterBindersTest
[INFO] Running org.codefilarete.stalactite.sql.postgresql.statement.SQLOperationPostgreSQLTest
using embedded datasource
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.codefilarete.stalactite.sql.postgresql.statement.SQLOperationPostgreSQLTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ sql-postgresql-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target/stalactite-sql-postgresql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ sql-postgresql-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target/stalactite-sql-postgresql-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql-postgresql-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'sql-postgresql-adapter' with 3 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql-postgresql-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-postgresql-adapter/3.0.0-SNAPSHOT/sql-postgresql-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target/stalactite-sql-postgresql-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-postgresql-adapter/3.0.0-SNAPSHOT/sql-postgresql-adapter-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target/stalactite-sql-postgresql-adapter-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-postgresql-adapter/3.0.0-SNAPSHOT/sql-postgresql-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:sql-sqlite-adapter >-----------
[INFO] Building sql-sqlite-adapter 3.0.0-SNAPSHOT                       [19/36]
[INFO]   from sql-adapter/sql-sqlite-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sql-sqlite-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ sql-sqlite-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ sql-sqlite-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sql-sqlite-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ sql-sqlite-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sql-sqlite-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sql-sqlite-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.sql.sqlite.result.ResultSetIteratorSQLiteTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in org.codefilarete.stalactite.sql.sqlite.result.ResultSetIteratorSQLiteTest
[INFO] Running org.codefilarete.stalactite.sql.sqlite.statement.binder.SQLiteParameterBindersTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.codefilarete.stalactite.sql.sqlite.statement.binder.SQLiteParameterBindersTest
[INFO] Running org.codefilarete.stalactite.sql.sqlite.statement.SQLOperationSQLiteTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.codefilarete.stalactite.sql.sqlite.statement.SQLOperationSQLiteTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ sql-sqlite-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target/stalactite-sql-sqlite-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.1.2:test-jar (default) @ sql-sqlite-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target/stalactite-sql-sqlite-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ sql-sqlite-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'sql-sqlite-adapter' with 3 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ sql-sqlite-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-sqlite-adapter/3.0.0-SNAPSHOT/sql-sqlite-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target/stalactite-sql-sqlite-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-sqlite-adapter/3.0.0-SNAPSHOT/sql-sqlite-adapter-3.0.0-SNAPSHOT.jar
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target/stalactite-sql-sqlite-adapter-3.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/sql-sqlite-adapter/3.0.0-SNAPSHOT/sql-sqlite-adapter-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:core-derby-adapter >-----------
[INFO] Building core-derby-adapter 3.0.0-SNAPSHOT                       [20/36]
[INFO]   from core-adapter/core-derby-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core-derby-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core-derby-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ core-derby-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ core-derby-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/src/main/java/org/codefilarete/stalactite/sql/derby/DerbyDatabaseSettings.java: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/src/main/java/org/codefilarete/stalactite/sql/derby/DerbyDatabaseSettings.java uses unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/src/main/java/org/codefilarete/stalactite/sql/derby/DerbyDatabaseSettings.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ core-derby-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ core-derby-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ core-derby-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest
2026-05-19 05:33:09	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:33:09	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.name from Toto | {}
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id from Toto | {}
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1 | {}
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2 | {}
2026-05-19 05:33:09	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:33:09	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:09	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:33:09	TRACE	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
2026-05-19 05:33:10	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:10	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:33:10	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:10	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id in (:xx) | {xx=[1, 2]}
2026-05-19 05:33:10	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.name = :xx | {xx=Hello}
2026-05-19 05:33:10	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:10	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:33:10	TRACE	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId | {}
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.505 s - in org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0 s - in org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysDerbyTest
2026-05-19 05:33:10	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, primary key (a))
2026-05-19 05:33:10	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:33:10	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, default) | {1={Toto.c=23, Toto.b=17}, 2={Toto.c=31, Toto.b=29}, 3={Toto.c=41, Toto.b=37}}
2026-05-19 05:33:10	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:10	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, default) | {1={Toto.c=53, Toto.b=43}}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysDerbyTest
[INFO] Running org.codefilarete.stalactite.engine.PersisterDerbyTest
2026-05-19 05:33:10	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:33:10	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:10	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2026-05-19 05:33:10	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:33:10	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:33:10	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:10	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?) | {1={Toto.c=100, Toto.b=10, Toto.a=1}}
2026-05-19 05:33:10	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:33:10	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:33:10	TRACE	SQLOperation	select c, b, a from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:33:10	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:33:10	TRACE	SQLOperation	select c, b, a from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
2026-05-19 05:33:10	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:33:10	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:10	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}
2026-05-19 05:33:10	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:10	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.c (U)=122, Toto.b (U)=12, Toto.a (W)=1}}
2026-05-19 05:33:11	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:33:11	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:11	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?) | {1={Toto.c=200, Toto.b=20, Toto.a=2}}
2026-05-19 05:33:11	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:33:11	TRACE	SQLOperation	select c, b, a from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:33:11	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:11	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s - in org.codefilarete.stalactite.engine.PersisterDerbyTest
[INFO] Running org.codefilarete.stalactite.sql.derby.DerbySequenceSelectBuilderTest
2026-05-19 05:33:11	DEBUG	DDLDeployer	create sequence my_sequence
2026-05-19 05:33:11	TRACE	SQLOperation	values next value for my_sequence | {}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.codefilarete.stalactite.sql.derby.DerbySequenceSelectBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.derby.ddl.DerbyDDLTableGeneratorTest
2026-05-19 05:33:11	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), name varchar(255), primary key (id))
2026-05-19 05:33:11	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2026-05-19 05:33:11	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2026-05-19 05:33:11	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2026-05-19 05:33:11	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.codefilarete.stalactite.sql.derby.ddl.DerbyDDLTableGeneratorTest
[INFO] Running org.codefilarete.stalactite.sql.derby.DerbyDialectResolverTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.codefilarete.stalactite.sql.derby.DerbyDialectResolverTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ core-derby-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/target/stalactite-core-derby-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core-derby-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'core-derby-adapter' with 14 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core-derby-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-derby-adapter/3.0.0-SNAPSHOT/core-derby-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/target/stalactite-core-derby-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-derby-adapter/3.0.0-SNAPSHOT/core-derby-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------< org.codefilarete.stalactite:core-h2-adapter >-------------
[INFO] Building core-h2-adapter 3.0.0-SNAPSHOT                          [21/36]
[INFO]   from core-adapter/core-h2-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core-h2-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core-h2-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ core-h2-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ core-h2-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ core-h2-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ core-h2-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ core-h2-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.PersisterH2Test
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:33:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:13	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2026-05-19 05:33:13	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:33:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:13	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?) | {1={Toto.b=10, Toto.a=1, Toto.c=100}}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:33:13	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:33:13	TRACE	SQLOperation	select c, b, a from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:33:13	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:33:13	TRACE	SQLOperation	select c, b, a from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:33:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:13	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}
2026-05-19 05:33:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:13	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.c (U)=122, Toto.b (U)=12, Toto.a (W)=1}}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, unique (a))
2026-05-19 05:33:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:13	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?) | {1={Toto.a=2, Toto.c=200, Toto.b=20}}
2026-05-19 05:33:13	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:33:13	TRACE	SQLOperation	select c, b, a from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:33:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:13	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.a (W)=1, Toto.c (U)=111, Toto.b (U)=11}}
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.99 s - in org.codefilarete.stalactite.engine.PersisterH2Test
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysH2Test
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(a integer GENERATED ALWAYS AS IDENTITY, b integer, c integer, unique (a))
2026-05-19 05:33:13	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:33:13	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, default) | {1={Toto.c=23, Toto.b=17}, 2={Toto.c=31, Toto.b=29}, 3={Toto.c=41, Toto.b=37}}
2026-05-19 05:33:13	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:33:13	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, default) | {1={Toto.c=53, Toto.b=43}}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysH2Test
[INFO] Running org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:13	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:33:13	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:33:13	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:33:13	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2026-05-19 05:33:13	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:33:13	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[10, 20, 30]}
2026-05-19 05:33:13	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.a=4, Toto.b=40}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2026-05-19 05:33:13	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:33:13	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.a=[1, 2, 3], Tata.b=[10, 20, 30]}
2026-05-19 05:33:13	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.a=4, Tata.b=40}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test
[INFO] Running org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.name from Toto | {}
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id from Toto | {}
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1 | {}
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2 | {}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id in (:xx) | {xx=[1, 2]}
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.name = :xx | {xx=Hello}
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:33:13	TRACE	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId | {}
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test
[INFO] Running org.codefilarete.stalactite.sql.h2.H2SequenceSelectBuilderTest
2026-05-19 05:33:13	DEBUG	DDLDeployer	create sequence my_sequence
2026-05-19 05:33:13	TRACE	SQLOperation	select next value for my_sequence | {}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.codefilarete.stalactite.sql.h2.H2SequenceSelectBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.h2.ddl.H2DDLTableGeneratorTest
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY, name varchar(255), unique (id))
2026-05-19 05:33:13	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2026-05-19 05:33:13	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2026-05-19 05:33:13	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2026-05-19 05:33:13	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.codefilarete.stalactite.sql.h2.ddl.H2DDLTableGeneratorTest
[INFO] Running org.codefilarete.stalactite.sql.h2.H2DialectResolverTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.codefilarete.stalactite.sql.h2.H2DialectResolverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ core-h2-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/target/stalactite-core-h2-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core-h2-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'core-h2-adapter' with 8 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core-h2-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-h2-adapter/3.0.0-SNAPSHOT/core-h2-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/target/stalactite-core-h2-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-h2-adapter/3.0.0-SNAPSHOT/core-h2-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.codefilarete.stalactite:core-mariadb-adapter >----------
[INFO] Building core-mariadb-adapter 3.0.0-SNAPSHOT                     [22/36]
[INFO]   from core-adapter/core-mariadb-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core-mariadb-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core-mariadb-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ core-mariadb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ core-mariadb-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/src/main/java/org/codefilarete/stalactite/sql/mariadb/MariaDBDatabaseSettings.java: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/src/main/java/org/codefilarete/stalactite/sql/mariadb/MariaDBDatabaseSettings.java uses unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/src/main/java/org/codefilarete/stalactite/sql/mariadb/MariaDBDatabaseSettings.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ core-mariadb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ core-mariadb-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ core-mariadb-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.PersisterMariaDBTest
using embedded datasource
2026-05-19 05:33:30	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:30	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.801 s - in org.codefilarete.stalactite.engine.PersisterMariaDBTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest
using embedded datasource
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMariaDBTest
using embedded datasource
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(a int auto_increment, b int, c int, primary key (a))
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMariaDBTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest
using embedded datasource
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(id int, dummyProp varchar(255))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(id int, dummyProp varchar(255))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int)
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest
[INFO] Running org.codefilarete.stalactite.sql.mariadb.MariaDBSequenceSelectBuilderTest
2026-05-19 05:33:31	DEBUG	DDLDeployer	create sequence my_sequence
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.codefilarete.stalactite.sql.mariadb.MariaDBSequenceSelectBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.mariadb.MariaDBDialectResolverTest
using embedded datasource
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.codefilarete.stalactite.sql.mariadb.MariaDBDialectResolverTest
[INFO] Running org.codefilarete.stalactite.sql.mariadb.ddl.MariaDBDDLTableGeneratorTest
using embedded datasource
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table dummyTable1(id int auto_increment, name varchar(255), primary key (id))
2026-05-19 05:33:31	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2026-05-19 05:33:31	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2026-05-19 05:33:31	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2026-05-19 05:33:31	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.codefilarete.stalactite.sql.mariadb.ddl.MariaDBDDLTableGeneratorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ core-mariadb-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/target/stalactite-core-mariadb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core-mariadb-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'core-mariadb-adapter' with 13 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core-mariadb-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-mariadb-adapter/3.0.0-SNAPSHOT/core-mariadb-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/target/stalactite-core-mariadb-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-mariadb-adapter/3.0.0-SNAPSHOT/core-mariadb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:core-mysql-adapter >-----------
[INFO] Building core-mysql-adapter 3.0.0-SNAPSHOT                       [23/36]
[INFO]   from core-adapter/core-mysql-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core-mysql-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core-mysql-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ core-mysql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ core-mysql-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/src/main/java/org/codefilarete/stalactite/sql/mysql/MySQLDatabaseSettings.java: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/src/main/java/org/codefilarete/stalactite/sql/mysql/MySQLDatabaseSettings.java uses unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/src/main/java/org/codefilarete/stalactite/sql/mysql/MySQLDatabaseSettings.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ core-mysql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ core-mysql-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ core-mysql-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.PersisterMySQLTest
using embedded datasource
2026-05-19 05:33:46	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:46	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:46	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.115 s - in org.codefilarete.stalactite.engine.PersisterMySQLTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest
using embedded datasource
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest
using embedded datasource
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Toto(id int, dummyProp varchar(255))
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Toto(id int, dummyProp varchar(255))
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int)
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
2026-05-19 05:33:47	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:48	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:48	DEBUG	DDLDeployer	create table Toto(id int, name varchar(255))
2026-05-19 05:33:48	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId int)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 s - in org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMySQLTest
using embedded datasource
2026-05-19 05:33:48	DEBUG	DDLDeployer	create table Toto(a int auto_increment, b int, c int, primary key (a))
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMySQLTest
[INFO] Running org.codefilarete.stalactite.sql.mysql.MySQLDialectResolverTest
using embedded datasource
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.codefilarete.stalactite.sql.mysql.MySQLDialectResolverTest
[INFO] Running org.codefilarete.stalactite.sql.mysql.MySQLSequenceSelectBuilderTest
2026-05-19 05:33:48	DEBUG	DDLDeployer	create table my_sequence(nextVal bigint, primary key (nextVal))
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.codefilarete.stalactite.sql.mysql.MySQLSequenceSelectBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.mysql.ddl.MySQLDDLTableGeneratorTest
using embedded datasource
2026-05-19 05:33:48	DEBUG	DDLDeployer	create table dummyTable1(id int auto_increment, name varchar(255), primary key (id))
2026-05-19 05:33:48	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2026-05-19 05:33:48	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2026-05-19 05:33:48	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2026-05-19 05:33:48	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.codefilarete.stalactite.sql.mysql.ddl.MySQLDDLTableGeneratorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ core-mysql-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/target/stalactite-core-mysql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core-mysql-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'core-mysql-adapter' with 13 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core-mysql-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-mysql-adapter/3.0.0-SNAPSHOT/core-mysql-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/target/stalactite-core-mysql-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-mysql-adapter/3.0.0-SNAPSHOT/core-mysql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.codefilarete.stalactite:core-oracle-adapter >-----------
[INFO] Building core-oracle-adapter 3.0.0-SNAPSHOT                      [24/36]
[INFO]   from core-adapter/core-oracle-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core-oracle-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core-oracle-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ core-oracle-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ core-oracle-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/src/main/java/org/codefilarete/stalactite/sql/oracle/OracleDatabaseSettings.java: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/src/main/java/org/codefilarete/stalactite/sql/oracle/OracleDatabaseSettings.java uses unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/src/main/java/org/codefilarete/stalactite/sql/oracle/OracleDatabaseSettings.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ core-oracle-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ core-oracle-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/target/test-classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/src/test/java/org/codefilarete/stalactite/sql/oracle/ddl/OracleDDLTableGeneratorTest.java: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/src/test/java/org/codefilarete/stalactite/sql/oracle/ddl/OracleDDLTableGeneratorTest.java uses unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/src/test/java/org/codefilarete/stalactite/sql/oracle/ddl/OracleDDLTableGeneratorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ core-oracle-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.PersisterOracleTest
2026-05-19 05:34:10	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:11	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:11	DEBUG	SQLOperation	delete from Toto where a = ?
2026-05-19 05:34:11	DEBUG	SQLOperation	delete from Toto where a in (?)
2026-05-19 05:34:12	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:12	DEBUG	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?)
2026-05-19 05:34:12	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:12	DEBUG	SQLOperation	select c, b, a from Toto where a in (?)
2026-05-19 05:34:12	DEBUG	SQLOperation	select c, b, a from Toto where a in (?, ?, ?)
2026-05-19 05:34:12	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:12	DEBUG	SQLOperation	update Toto set c = ?, b = ? where a = ?
2026-05-19 05:34:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:12	DEBUG	SQLOperation	update Toto set c = ?, b = ? where a = ?
2026-05-19 05:34:12	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:12	DEBUG	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?)
2026-05-19 05:34:12	DEBUG	SQLOperation	select c, b, a from Toto where a in (?)
2026-05-19 05:34:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:12	DEBUG	SQLOperation	update Toto set c = ?, b = ? where a = ?
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.853 s - in org.codefilarete.stalactite.engine.PersisterOracleTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysOracleTest
2026-05-19 05:34:12	DEBUG	DDLDeployer	create table Toto(a integer GENERATED BY DEFAULT ON NULL AS IDENTITY, b integer, c integer, primary key (a))
2026-05-19 05:34:12	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:34:12	DEBUG	SQLOperation	insert into Toto(c, b, a) values (?, ?, default)
2026-05-19 05:34:12	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:12	DEBUG	SQLOperation	insert into Toto(c, b, a) values (?, ?, default)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysOracleTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest
2026-05-19 05:34:12	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:34:12	DEBUG	SQLOperation	select a, b, c from Toto where a in (?)
2026-05-19 05:34:12	DEBUG	SQLOperation	select a, b, c from Toto where a in (?, ?, ?)
2026-05-19 05:34:12	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2026-05-19 05:34:13	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))
2026-05-19 05:34:13	DEBUG	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?))
2026-05-19 05:34:13	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2026-05-19 05:34:13	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))
2026-05-19 05:34:13	DEBUG	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?))
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 s - in org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextOracleTest
2026-05-19 05:34:13	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:34:13	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2026-05-19 05:34:13	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2026-05-19 05:34:13	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:13	DEBUG	SQLOperation	select Toto.name from Toto
2026-05-19 05:34:13	DEBUG	SQLOperation	select Toto.id from Toto
2026-05-19 05:34:13	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2026-05-19 05:34:13	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2026-05-19 05:34:13	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1
2026-05-19 05:34:13	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2
2026-05-19 05:34:14	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:34:14	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2026-05-19 05:34:14	DEBUG	SQLOperation	select Toto.id, Toto.dummyProp from Toto
2026-05-19 05:34:14	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:14	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:34:14	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
2026-05-19 05:34:14	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:14	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto
2026-05-19 05:34:14	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:14	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id in (:xx)
2026-05-19 05:34:14	DEBUG	SQLOperation	select Toto.id, Toto.name from Toto where Toto.name = :xx
2026-05-19 05:34:14	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:14	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:34:14	DEBUG	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.331 s - in org.codefilarete.stalactite.engine.PersistenceContextOracleTest
[INFO] Running org.codefilarete.stalactite.sql.oracle.OracleSequenceSelectBuilderTest
2026-05-19 05:34:14	DEBUG	DDLDeployer	create sequence my_sequence
2026-05-19 05:34:14	DEBUG	SQLOperation	select my_sequence.nextval from dual
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.codefilarete.stalactite.sql.oracle.OracleSequenceSelectBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.oracle.ddl.OracleDDLTableGeneratorTest
2026-05-19 05:34:14	DEBUG	DDLDeployer	create table dummyTable1(id integer GENERATED BY DEFAULT ON NULL AS IDENTITY, name varchar(255), version integer, primary key (id))
2026-05-19 05:34:14	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2026-05-19 05:34:14	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2026-05-19 05:34:14	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummy_UK2 unique (name)
2026-05-19 05:34:14	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(version)
2026-05-19 05:34:14	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s - in org.codefilarete.stalactite.sql.oracle.ddl.OracleDDLTableGeneratorTest
[INFO] Running org.codefilarete.stalactite.sql.oracle.OracleDialectResolverTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.codefilarete.stalactite.sql.oracle.OracleDialectResolverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ core-oracle-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/target/stalactite-core-oracle-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core-oracle-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'core-oracle-adapter' with 11 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core-oracle-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-oracle-adapter/3.0.0-SNAPSHOT/core-oracle-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/target/stalactite-core-oracle-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-oracle-adapter/3.0.0-SNAPSHOT/core-oracle-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.codefilarete.stalactite:core-postgresql-adapter >---------
[INFO] Building core-postgresql-adapter 3.0.0-SNAPSHOT                  [25/36]
[INFO]   from core-adapter/core-postgresql-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core-postgresql-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core-postgresql-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ core-postgresql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ core-postgresql-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ core-postgresql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ core-postgresql-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ core-postgresql-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.PersisterPostgreSQLTest
using embedded datasource
2026-05-19 05:34:20	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:20	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:20	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.858 s - in org.codefilarete.stalactite.engine.PersisterPostgreSQLTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest
using embedded datasource
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest
using embedded datasource
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysPostgreSQLTest
using embedded datasource
2026-05-19 05:34:21	DEBUG	DDLDeployer	create table Toto(a BIGSERIAL, b integer, c integer, primary key (a))
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysPostgreSQLTest
[INFO] Running org.codefilarete.stalactite.sql.postgresql.PostgreSQLSequenceSelectBuilderTest
2026-05-19 05:34:23	DEBUG	DDLDeployer	create sequence my_sequence
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.762 s - in org.codefilarete.stalactite.sql.postgresql.PostgreSQLSequenceSelectBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.postgresql.PostgreSQLDialectResolverTest
using embedded datasource
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.codefilarete.stalactite.sql.postgresql.PostgreSQLDialectResolverTest
[INFO] Running org.codefilarete.stalactite.sql.postgresql.ddl.PostgreSQLDDLTableGeneratorTest
using embedded datasource
2026-05-19 05:34:23	DEBUG	DDLDeployer	create table dummyTable1(id BIGSERIAL, name varchar(255), primary key (id))
2026-05-19 05:34:23	DEBUG	DDLDeployer	create table dummyTable2(name varchar(255))
2026-05-19 05:34:23	DEBUG	DDLDeployer	alter table dummyTable1 add constraint dummy_UK unique (name)
2026-05-19 05:34:23	DEBUG	DDLDeployer	create index dummyIDX_1 on dummyTable1(name)
2026-05-19 05:34:23	DEBUG	DDLDeployer	alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.codefilarete.stalactite.sql.postgresql.ddl.PostgreSQLDDLTableGeneratorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ core-postgresql-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter/target/stalactite-core-postgresql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core-postgresql-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'core-postgresql-adapter' with 8 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core-postgresql-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-postgresql-adapter/3.0.0-SNAPSHOT/core-postgresql-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter/target/stalactite-core-postgresql-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-postgresql-adapter/3.0.0-SNAPSHOT/core-postgresql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.codefilarete.stalactite:core-sqlite-adapter >-----------
[INFO] Building core-sqlite-adapter 3.0.0-SNAPSHOT                      [26/36]
[INFO]   from core-adapter/core-sqlite-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ core-sqlite-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ core-sqlite-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ core-sqlite-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ core-sqlite-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/target/classes
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/src/main/java/org/codefilarete/stalactite/sql/sqlite/SQLiteDatabaseSettings.java: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/src/main/java/org/codefilarete/stalactite/sql/sqlite/SQLiteDatabaseSettings.java uses unchecked or unsafe operations.
[INFO] /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/src/main/java/org/codefilarete/stalactite/sql/sqlite/SQLiteDatabaseSettings.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ core-sqlite-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ core-sqlite-adapter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ core-sqlite-adapter ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codefilarete.stalactite.engine.PersisterSQLiteTest
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:25	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}}
2026-05-19 05:34:25	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:25	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?) | {1={Toto.c=100, Toto.b=10, Toto.a=1}}
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:25	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:34:25	TRACE	SQLOperation	select c, b, a from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:34:25	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:34:25	TRACE	SQLOperation	select c, b, a from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:25	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.a (W)=1, Toto.c (U)=111, Toto.b (U)=11}}
2026-05-19 05:34:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:25	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.a (W)=1, Toto.c (U)=122, Toto.b (U)=12}}
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:25	TRACE	SQLOperation	insert into Toto(c, b, a) values (?, ?, ?) | {1={Toto.c=200, Toto.b=20, Toto.a=2}}
2026-05-19 05:34:25	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:34:25	TRACE	SQLOperation	select c, b, a from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:34:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:25	TRACE	SQLOperation	update Toto set c = ?, b = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 s - in org.codefilarete.stalactite.engine.PersisterSQLiteTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysSQLiteTest
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Toto(a integer, b integer, c integer, primary key (a))
2026-05-19 05:34:25	DEBUG	SQLOperation	Batching statement 3 times
2026-05-19 05:34:25	TRACE	SQLOperation	insert into Toto(c, b) values (?, ?) | {1={Toto.c=23, Toto.b=17}, 2={Toto.c=31, Toto.b=29}, 3={Toto.c=41, Toto.b=37}}
2026-05-19 05:34:25	TRACE	SQLOperation	select last_insert_rowid() as last_id | {}
2026-05-19 05:34:25	DEBUG	SQLOperation	Batching statement 1 times
2026-05-19 05:34:25	TRACE	SQLOperation	insert into Toto(c, b) values (?, ?) | {1={Toto.c=53, Toto.b=43}}
2026-05-19 05:34:25	TRACE	SQLOperation	select last_insert_rowid() as last_id | {}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysSQLiteTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a))
2026-05-19 05:34:25	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:34:25	TRACE	SQLOperation	select a, b, c from Toto where a in (?) | {Toto.a=1}
2026-05-19 05:34:25	DEBUG	SelectExecutor	selecting entities in 1 chunks
2026-05-19 05:34:25	TRACE	SQLOperation	select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Toto(a int, b int, c int, primary key (a, b))
2026-05-19 05:34:25	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:34:25	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[10, 20, 30]}
2026-05-19 05:34:25	TRACE	SQLOperation	select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.a=4, Toto.b=40}
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Tata(a int, b int, c int, primary key (a, b))
2026-05-19 05:34:25	DEBUG	SelectExecutor	selecting entities in 2 chunks
2026-05-19 05:34:25	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.b=[10, 20, 30], Tata.a=[1, 2, 3]}
2026-05-19 05:34:25	TRACE	SQLOperation	select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.b=40, Tata.a=4}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest
[INFO] Running org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest
2026-05-19 05:34:25	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:34:26	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.name from Toto | {}
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id from Toto | {}
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 1 | {}
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id = 2 | {}
2026-05-19 05:34:26	DEBUG	DDLDeployer	create table Toto(id integer, dummyProp varchar(255))
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.dummyProp from Toto | {}
2026-05-19 05:34:26	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:26	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}
[INFO] Running org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
2026-05-19 05:34:26	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.name from Toto | {}
2026-05-19 05:34:26	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.id in (:xx) | {xx=[1, 2]}
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.name from Toto where Toto.name = :xx | {xx=Hello}
2026-05-19 05:34:26	DEBUG	DDLDeployer	create table Toto(id integer, name varchar(255))
2026-05-19 05:34:26	DEBUG	DDLDeployer	create table Tata(name varchar(255), totoId integer)
2026-05-19 05:34:26	TRACE	SQLOperation	select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId | {}
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.codefilarete.stalactite.engine.PersistenceContextITTest$NewQuery
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest
[INFO] Running org.codefilarete.stalactite.sql.sqlite.SQLiteSequenceSelectBuilderTest
2026-05-19 05:34:26	DEBUG	DDLDeployer	create table my_sequence(nextVal bigint, primary key (nextVal))
2026-05-19 05:34:26	TRACE	SQLOperation	select nextVal from my_sequence | {}
2026-05-19 05:34:26	TRACE	SQLOperation	insert into my_sequence(nextVal) values (?) | {1=2}
2026-05-19 05:34:26	TRACE	SQLOperation	select nextVal from my_sequence | {}
2026-05-19 05:34:26	TRACE	SQLOperation	update my_sequence set nextVal = ? | {1=3}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.codefilarete.stalactite.sql.sqlite.SQLiteSequenceSelectBuilderTest
[INFO] Running org.codefilarete.stalactite.sql.sqlite.ddl.SQLiteDDLTableGeneratorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.codefilarete.stalactite.sql.sqlite.ddl.SQLiteDDLTableGeneratorTest
[INFO] Running org.codefilarete.stalactite.sql.sqlite.SQLiteDialectResolverTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.codefilarete.stalactite.sql.sqlite.SQLiteDialectResolverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ core-sqlite-adapter ---
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/target/stalactite-core-sqlite-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ core-sqlite-adapter ---
[INFO] Loading execution data file /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/target/jacoco.exec
[INFO] Analyzed bundle 'core-sqlite-adapter' with 15 classes
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ core-sqlite-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-sqlite-adapter/3.0.0-SNAPSHOT/core-sqlite-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/target/stalactite-core-sqlite-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/core-sqlite-adapter/3.0.0-SNAPSHOT/core-sqlite-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --------------< org.codefilarete.stalactite:orm-adapter >---------------
[INFO] Building orm-adapter 3.0.0-SNAPSHOT                              [27/36]
[INFO]   from orm-adapter/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-adapter/3.0.0-SNAPSHOT/orm-adapter-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:orm-derby-adapter >------------
[INFO] Building orm-derby-adapter 3.0.0-SNAPSHOT                        [28/36]
[INFO]   from orm-adapter/orm-derby-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-derby-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-derby-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-derby-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-derby-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm-derby-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-derby-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm-derby-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm-derby-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-derby-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm-derby-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm-derby-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ orm-derby-adapter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-derby-adapter/target/stalactite-orm-derby-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-derby-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-derby-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-derby-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-derby-adapter/3.0.0-SNAPSHOT/orm-derby-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-derby-adapter/target/stalactite-orm-derby-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-derby-adapter/3.0.0-SNAPSHOT/orm-derby-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.codefilarete.stalactite:orm-h2-adapter >-------------
[INFO] Building orm-h2-adapter 3.0.0-SNAPSHOT                           [29/36]
[INFO]   from orm-adapter/orm-h2-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-h2-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-h2-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-h2-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-h2-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm-h2-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-h2-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm-h2-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm-h2-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-h2-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm-h2-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm-h2-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ orm-h2-adapter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-h2-adapter/target/stalactite-orm-h2-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-h2-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-h2-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-h2-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-h2-adapter/3.0.0-SNAPSHOT/orm-h2-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-h2-adapter/target/stalactite-orm-h2-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-h2-adapter/3.0.0-SNAPSHOT/orm-h2-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:orm-hsqldb-adapter >-----------
[INFO] Building orm-hsqldb-adapter 3.0.0-SNAPSHOT                       [30/36]
[INFO]   from orm-adapter/orm-hsqldb-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-hsqldb-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-hsqldb-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-hsqldb-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-hsqldb-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm-hsqldb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-hsqldb-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm-hsqldb-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm-hsqldb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-hsqldb-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm-hsqldb-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm-hsqldb-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ orm-hsqldb-adapter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-hsqldb-adapter/target/stalactite-orm-hsqldb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-hsqldb-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-hsqldb-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-hsqldb-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-hsqldb-adapter/3.0.0-SNAPSHOT/orm-hsqldb-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-hsqldb-adapter/target/stalactite-orm-hsqldb-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-hsqldb-adapter/3.0.0-SNAPSHOT/orm-hsqldb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.codefilarete.stalactite:orm-mariadb-adapter >-----------
[INFO] Building orm-mariadb-adapter 3.0.0-SNAPSHOT                      [31/36]
[INFO]   from orm-adapter/orm-mariadb-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-mariadb-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mariadb-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-mariadb-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mariadb-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm-mariadb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mariadb-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm-mariadb-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm-mariadb-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mariadb-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm-mariadb-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm-mariadb-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ orm-mariadb-adapter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mariadb-adapter/target/stalactite-orm-mariadb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-mariadb-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-mariadb-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mariadb-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-mariadb-adapter/3.0.0-SNAPSHOT/orm-mariadb-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mariadb-adapter/target/stalactite-orm-mariadb-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-mariadb-adapter/3.0.0-SNAPSHOT/orm-mariadb-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:orm-mysql-adapter >------------
[INFO] Building orm-mysql-adapter 3.0.0-SNAPSHOT                        [32/36]
[INFO]   from orm-adapter/orm-mysql-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-mysql-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mysql-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-mysql-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mysql-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm-mysql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mysql-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm-mysql-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm-mysql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mysql-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm-mysql-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm-mysql-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ orm-mysql-adapter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mysql-adapter/target/stalactite-orm-mysql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-mysql-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-mysql-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mysql-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-mysql-adapter/3.0.0-SNAPSHOT/orm-mysql-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mysql-adapter/target/stalactite-orm-mysql-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-mysql-adapter/3.0.0-SNAPSHOT/orm-mysql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:orm-oracle-adapter >-----------
[INFO] Building orm-oracle-adapter 3.0.0-SNAPSHOT                       [33/36]
[INFO]   from orm-adapter/orm-oracle-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-oracle-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-oracle-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-oracle-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-oracle-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm-oracle-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-oracle-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm-oracle-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm-oracle-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-oracle-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm-oracle-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm-oracle-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ orm-oracle-adapter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-oracle-adapter/target/stalactite-orm-oracle-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-oracle-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-oracle-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-oracle-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-oracle-adapter/3.0.0-SNAPSHOT/orm-oracle-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-oracle-adapter/target/stalactite-orm-oracle-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-oracle-adapter/3.0.0-SNAPSHOT/orm-oracle-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.codefilarete.stalactite:orm-postgresql-adapter >---------
[INFO] Building orm-postgresql-adapter 3.0.0-SNAPSHOT                   [34/36]
[INFO]   from orm-adapter/orm-postgresql-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-postgresql-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-postgresql-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-postgresql-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-postgresql-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm-postgresql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-postgresql-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm-postgresql-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm-postgresql-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-postgresql-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm-postgresql-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm-postgresql-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ orm-postgresql-adapter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-postgresql-adapter/target/stalactite-orm-postgresql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-postgresql-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-postgresql-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-postgresql-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-postgresql-adapter/3.0.0-SNAPSHOT/orm-postgresql-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-postgresql-adapter/target/stalactite-orm-postgresql-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-postgresql-adapter/3.0.0-SNAPSHOT/orm-postgresql-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.codefilarete.stalactite:orm-sqlite-adapter >-----------
[INFO] Building orm-sqlite-adapter 3.0.0-SNAPSHOT                       [35/36]
[INFO]   from orm-adapter/orm-sqlite-adapter/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-sqlite-adapter ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-sqlite-adapter/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-sqlite-adapter ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-sqlite-adapter/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm-sqlite-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-sqlite-adapter/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm-sqlite-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm-sqlite-adapter ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-sqlite-adapter/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm-sqlite-adapter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm-sqlite-adapter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ orm-sqlite-adapter ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-sqlite-adapter/target/stalactite-orm-sqlite-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-sqlite-adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-sqlite-adapter ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-sqlite-adapter/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-sqlite-adapter/3.0.0-SNAPSHOT/orm-sqlite-adapter-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-sqlite-adapter/target/stalactite-orm-sqlite-adapter-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-sqlite-adapter/3.0.0-SNAPSHOT/orm-sqlite-adapter-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------< org.codefilarete.stalactite:orm-all-adapters >------------
[INFO] Building orm-all-adapters 3.0.0-SNAPSHOT                         [36/36]
[INFO]   from orm-adapter/orm-all-adapters/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ orm-all-adapters ---
[INFO] Deleting /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-all-adapters/target
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ orm-all-adapters ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-all-adapters/target/jacoco.exec"
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ orm-all-adapters ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-all-adapters/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ orm-all-adapters ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ orm-all-adapters ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-all-adapters/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ orm-all-adapters ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ orm-all-adapters ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ orm-all-adapters ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-all-adapters/target/stalactite-orm-all-adapters-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ orm-all-adapters ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ orm-all-adapters ---
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-all-adapters/pom.xml to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-all-adapters/3.0.0-SNAPSHOT/orm-all-adapters-3.0.0-SNAPSHOT.pom
[INFO] Installing /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-all-adapters/target/stalactite-orm-all-adapters-3.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/codefilarete/stalactite/orm-all-adapters/3.0.0-SNAPSHOT/orm-all-adapters-3.0.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Stalactite 3.0.0-SNAPSHOT:
[INFO] 
[INFO] Stalactite ......................................... SUCCESS [  0.829 s]
[INFO] sql ................................................ SUCCESS [  7.720 s]
[INFO] sql-adapter ........................................ SUCCESS [  0.214 s]
[INFO] sql-hsqldb-adapter ................................. SUCCESS [  3.431 s]
[INFO] core ............................................... SUCCESS [  8.553 s]
[INFO] core-adapter ....................................... SUCCESS [  0.008 s]
[INFO] core-hsqldb-adapter ................................ SUCCESS [  2.959 s]
[INFO] orm ................................................ SUCCESS [ 28.207 s]
[INFO] spring-integration ................................. SUCCESS [  0.036 s]
[INFO] spring-transaction ................................. SUCCESS [  3.832 s]
[INFO] spring-data ........................................ SUCCESS [ 11.678 s]
[INFO] spring-autoconfigure ............................... SUCCESS [  4.767 s]
[INFO] sql-derby-adapter .................................. SUCCESS [  5.618 s]
[INFO] sql-h2-adapter ..................................... SUCCESS [  9.414 s]
[INFO] sql-mariadb-adapter ................................ SUCCESS [ 10.693 s]
[INFO] sql-mysql-adapter .................................. SUCCESS [ 17.206 s]
[INFO] sql-oracle-adapter ................................. SUCCESS [ 29.097 s]
[INFO] sql-postgresql-adapter ............................. SUCCESS [  6.475 s]
[INFO] sql-sqlite-adapter ................................. SUCCESS [  1.632 s]
[INFO] core-derby-adapter ................................. SUCCESS [  4.542 s]
[INFO] core-h2-adapter .................................... SUCCESS [ 10.018 s]
[INFO] core-mariadb-adapter ............................... SUCCESS [ 10.645 s]
[INFO] core-mysql-adapter ................................. SUCCESS [ 16.715 s]
[INFO] core-oracle-adapter ................................ SUCCESS [ 27.578 s]
[INFO] core-postgresql-adapter ............................ SUCCESS [  7.962 s]
[INFO] core-sqlite-adapter ................................ SUCCESS [  2.044 s]
[INFO] orm-adapter ........................................ SUCCESS [  0.006 s]
[INFO] orm-derby-adapter .................................. SUCCESS [  0.016 s]
[INFO] orm-h2-adapter ..................................... SUCCESS [  0.013 s]
[INFO] orm-hsqldb-adapter ................................. SUCCESS [  0.013 s]
[INFO] orm-mariadb-adapter ................................ SUCCESS [  0.013 s]
[INFO] orm-mysql-adapter .................................. SUCCESS [  0.017 s]
[INFO] orm-oracle-adapter ................................. SUCCESS [  0.016 s]
[INFO] orm-postgresql-adapter ............................. SUCCESS [  0.018 s]
[INFO] orm-sqlite-adapter ................................. SUCCESS [  0.014 s]
[INFO] orm-all-adapters ................................... SUCCESS [  0.016 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:52 min
[INFO] Finished at: 2026-05-19T05:34:26Z
[INFO] ------------------------------------------------------------------------
Post stage
[Pipeline] junit
Enregistrement des résultats des tests
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sonar Analysis)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn sonar:sonar -Dsonar.projectKey=Stalactite -Dsonar.host.url=http://localhost:9000/sonar -Dsonar.login=4c490ceb446f662e2bd8cb60644acefdfac7cdf1 -f pom.xml
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Stalactite                                                         [pom]
[INFO] sql                                                                [jar]
[INFO] sql-adapter                                                        [pom]
[INFO] sql-hsqldb-adapter                                                 [jar]
[INFO] core                                                               [jar]
[INFO] core-adapter                                                       [pom]
[INFO] core-hsqldb-adapter                                                [jar]
[INFO] orm                                                                [jar]
[INFO] spring-integration                                                 [pom]
[INFO] spring-transaction                                                 [jar]
[INFO] spring-data                                                        [jar]
[INFO] spring-autoconfigure                                               [jar]
[INFO] sql-derby-adapter                                                  [jar]
[INFO] sql-h2-adapter                                                     [jar]
[INFO] sql-mariadb-adapter                                                [jar]
[INFO] sql-mysql-adapter                                                  [jar]
[INFO] sql-oracle-adapter                                                 [jar]
[INFO] sql-postgresql-adapter                                             [jar]
[INFO] sql-sqlite-adapter                                                 [jar]
[INFO] core-derby-adapter                                                 [jar]
[INFO] core-h2-adapter                                                    [jar]
[INFO] core-mariadb-adapter                                               [jar]
[INFO] core-mysql-adapter                                                 [jar]
[INFO] core-oracle-adapter                                                [jar]
[INFO] core-postgresql-adapter                                            [jar]
[INFO] core-sqlite-adapter                                                [jar]
[INFO] orm-adapter                                                        [pom]
[INFO] orm-derby-adapter                                                  [jar]
[INFO] orm-h2-adapter                                                     [jar]
[INFO] orm-hsqldb-adapter                                                 [jar]
[INFO] orm-mariadb-adapter                                                [jar]
[INFO] orm-mysql-adapter                                                  [jar]
[INFO] orm-oracle-adapter                                                 [jar]
[INFO] orm-postgresql-adapter                                             [jar]
[INFO] orm-sqlite-adapter                                                 [jar]
[INFO] orm-all-adapters                                                   [jar]
[INFO] 
[INFO] -----------------< org.codefilarete.stalactite:parent >-----------------
[INFO] Building Stalactite 3.0.0-SNAPSHOT                                [1/36]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ parent ---
[INFO] User cache: /var/lib/jenkins/.sonar/cache
[INFO] SonarQube version: 8.9.2
[INFO] Default locale: "fr_FR", source code encoding: "UTF-8" (analysis is platform dependent)
[WARNING] SonarScanner will require Java 11 to run, starting in SonarQube 9.x
[INFO] Load global settings
[INFO] Load global settings (done) | time=84ms
[INFO] Server id: 243B8A4D-AZGiYgRcK1wF7EG5NV1-
[INFO] User cache: /var/lib/jenkins/.sonar/cache
[INFO] Load/download plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=42ms
[INFO] Load/download plugins (done) | time=61ms
[INFO] Process project properties
[INFO] Process project properties (done) | time=18ms
[INFO] Execute project builders
[INFO] Execute project builders (done) | time=2ms
[INFO] Project key: Stalactite
[INFO] Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline
[INFO] Working dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/target/sonar
[INFO] Load project settings for component key: 'Stalactite'
[INFO] Load project settings for component key: 'Stalactite' (done) | time=11ms
[INFO] Auto-configuring with CI 'Jenkins'
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=42ms
[INFO] Auto-configuring with CI 'Jenkins'
[INFO] Load active rules
[INFO] Load active rules (done) | time=616ms
[INFO] Indexing files...
[INFO] Project configuration:
[INFO] Indexing files of module 'core'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'core-derby-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'core-h2-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'core-hsqldb-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'core-mariadb-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'core-mysql-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'core-oracle-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'core-postgresql-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'core-sqlite-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'core-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'orm-all-adapters'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-all-adapters
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm-derby-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-derby-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm-h2-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-h2-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm-hsqldb-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-hsqldb-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm-mariadb-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mariadb-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm-mysql-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-mysql-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm-oracle-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-oracle-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm-postgresql-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-postgresql-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm-sqlite-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter/orm-sqlite-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'orm-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/orm-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'spring-autoconfigure'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'spring-data'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'spring-transaction'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'spring-integration'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'sql'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'sql-derby-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'sql-h2-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'sql-hsqldb-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'sql-mariadb-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'sql-mysql-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'sql-oracle-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'sql-postgresql-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'sql-sqlite-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO] Indexing files of module 'sql-adapter'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter
[INFO]   Source paths: pom.xml
[INFO] Indexing files of module 'Stalactite'
[INFO]   Base dir: /jenkins/work/agent-local/workspace/Stalactite pipeline
[INFO]   Source paths: pom.xml
[INFO] 1219 files indexed
[INFO] 0 files ignored because of scm ignore settings
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for xml: Sonar way
[INFO] ------------- Run sensors on module orm-oracle-adapter
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=15ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=28ms
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=164ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=127ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=95ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm-mysql-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=8ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm-all-adapters
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=11ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm-h2-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=6ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm-mariadb-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=5ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm-hsqldb-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=6ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm-sqlite-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=5ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm-derby-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=7ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm-postgresql-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=8ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=8ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module core
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=11ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 233 source files to be analyzed
[INFO] 211/233 files analyzed, current file: core/src/main/java/org/codefilarete/stalactite/query/model/operator/LikeIgnoreCase.java
[INFO] 233/233 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=10702ms
[INFO] Java Test Files AST scan
[INFO] 59 source files to be analyzed
[INFO] 59/59 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Test Files AST scan (done) | time=3638ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=15ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=14630ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=85ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/core/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=95ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=9ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module orm
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Java Main Files AST scan
[INFO] 344 source files to be analyzed
[INFO] 246/344 files analyzed, current file: orm/src/main/java/org/codefilarete/stalactite/engine/runtime/load/AbstractJoinNode.java
[INFO] 344/344 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=13438ms
[INFO] Java Test Files AST scan
[INFO] 144 source files to be analyzed
[INFO] 133/144 files analyzed, current file: orm/src/test/java/org/codefilarete/stalactite/engine/configurer/resolver/onetomany/OneToManyResolverTest.java
[INFO] 144/144 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Test Files AST scan (done) | time=10564ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=24010ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=48ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/orm/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=65ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=9ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module spring-transaction
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=92ms
[INFO] Java Test Files AST scan
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Java Test Files AST scan (done) | time=67ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=165ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/transaction/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=5ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=5ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module spring-autoconfigure
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Java Main Files AST scan
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=192ms
[INFO] Java Test Files AST scan
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=108ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=0ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=306ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/autoconfigure/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=5ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] ------------- Run sensors on module spring-data
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 50 source files to be analyzed
[INFO] 50/50 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=1585ms
[INFO] Java Test Files AST scan
[INFO] 36 source files to be analyzed
[INFO] 36/36 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=1597ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=0ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=3187ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/spring-integration/spring-data/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=38ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=4ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module spring-integration
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=5ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql-h2-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=50ms
[INFO] Java Test Files AST scan
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=154ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=209ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-h2-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql-oracle-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=118ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=263ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=387ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-oracle-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=4ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=5ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql-derby-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=109ms
[INFO] Java Test Files AST scan
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=125ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=242ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-derby-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=4ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=5ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql-sqlite-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=58ms
[INFO] Java Test Files AST scan
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=96ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=159ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-sqlite-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql-mariadb-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 2 source files to be analyzed
[INFO] 2/2 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=39ms
[INFO] Java Test Files AST scan
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=188ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=0ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=231ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mariadb-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql-mysql-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 2 source files to be analyzed
[INFO] 2/2 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=47ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=298ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=351ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-mysql-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=4ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql-postgresql-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=66ms
[INFO] Java Test Files AST scan
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=241ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=312ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-postgresql-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql-hsqldb-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 8 source files to be analyzed
[INFO] 8/8 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=175ms
[INFO] Java Test Files AST scan
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=126ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=0ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=305ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/sql-adapter/sql-hsqldb-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module sql
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 85 source files to be analyzed
[INFO] 85/85 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=2211ms
[INFO] Java Test Files AST scan
[INFO] 37 source files to be analyzed
[INFO] 37/37 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Test Files AST scan (done) | time=1361ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=3577ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=9ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/sql/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=7ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=4ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module core-hsqldb-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=121ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=169ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=0ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=295ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-hsqldb-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=3ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module core-h2-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=0ms
[INFO] Java Main Files AST scan
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=90ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=170ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=409ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-h2-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module core-mysql-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 8 source files to be analyzed
[INFO] 8/8 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=183ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=242ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=431ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mysql-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module core-postgresql-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=74ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=238ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=317ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-postgresql-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module core-oracle-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=119ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=279ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=403ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-oracle-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] ------------- Run sensors on module core-derby-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=124ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=174ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=303ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-derby-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] ------------- Run sensors on module core-sqlite-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=0ms
[INFO] Java Main Files AST scan
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=147ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=171ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=323ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-sqlite-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module core-mariadb-adapter
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 8 source files to be analyzed
[INFO] 8/8 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=177ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=236ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=417ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/jenkins/work/agent-local/workspace/Stalactite pipeline/core-adapter/core-mariadb-adapter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module core-adapter
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module Stalactite
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=5ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on project
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=3ms
[INFO] Sensor Java CPD Block Indexer
[INFO] Sensor Java CPD Block Indexer (done) | time=366ms
[INFO] SCM Publisher SCM provider for this project is: git
[INFO] SCM Publisher 14 source files to be analyzed
[INFO] SCM Publisher 14/14 source files have been analyzed (done) | time=319ms
[INFO] CPD Executor 225 files had no CPD blocks
[INFO] CPD Executor Calculating CPD for 570 files
[INFO] CPD Executor CPD calculation finished (done) | time=131ms
[INFO] Analysis report generated in 215ms, dir size=11 MB
[INFO] Analysis report compressed in 1413ms, zip size=4 MB
[INFO] Analysis report uploaded in 148ms
[INFO] ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/sonar/dashboard?id=Stalactite
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at http://localhost:9000/sonar/api/ce/task?id=AZ4-u2M1PMzW6zqZoqHs
[INFO] Analysis total time: 58.100 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Stalactite 3.0.0-SNAPSHOT:
[INFO] 
[INFO] Stalactite ......................................... SUCCESS [ 59.636 s]
[INFO] sql ................................................ SKIPPED
[INFO] sql-adapter ........................................ SKIPPED
[INFO] sql-hsqldb-adapter ................................. SKIPPED
[INFO] core ............................................... SKIPPED
[INFO] core-adapter ....................................... SKIPPED
[INFO] core-hsqldb-adapter ................................ SKIPPED
[INFO] orm ................................................ SKIPPED
[INFO] spring-integration ................................. SKIPPED
[INFO] spring-transaction ................................. SKIPPED
[INFO] spring-data ........................................ SKIPPED
[INFO] spring-autoconfigure ............................... SKIPPED
[INFO] sql-derby-adapter .................................. SKIPPED
[INFO] sql-h2-adapter ..................................... SKIPPED
[INFO] sql-mariadb-adapter ................................ SKIPPED
[INFO] sql-mysql-adapter .................................. SKIPPED
[INFO] sql-oracle-adapter ................................. SKIPPED
[INFO] sql-postgresql-adapter ............................. SKIPPED
[INFO] sql-sqlite-adapter ................................. SKIPPED
[INFO] core-derby-adapter ................................. SKIPPED
[INFO] core-h2-adapter .................................... SKIPPED
[INFO] core-mariadb-adapter ............................... SKIPPED
[INFO] core-mysql-adapter ................................. SKIPPED
[INFO] core-oracle-adapter ................................ SKIPPED
[INFO] core-postgresql-adapter ............................ SKIPPED
[INFO] core-sqlite-adapter ................................ SKIPPED
[INFO] orm-adapter ........................................ SKIPPED
[INFO] orm-derby-adapter .................................. SKIPPED
[INFO] orm-h2-adapter ..................................... SKIPPED
[INFO] orm-hsqldb-adapter ................................. SKIPPED
[INFO] orm-mariadb-adapter ................................ SKIPPED
[INFO] orm-mysql-adapter .................................. SKIPPED
[INFO] orm-oracle-adapter ................................. SKIPPED
[INFO] orm-postgresql-adapter ............................. SKIPPED
[INFO] orm-sqlite-adapter ................................. SKIPPED
[INFO] orm-all-adapters ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  59.939 s
[INFO] Finished at: 2026-05-19T05:35:28Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS